SVN for exclipse

来源:互联网 发布:大数据新闻是什么 编辑:程序博客网 时间:2024/06/03 18:28

Precondition: Make sure you have JAVA environment on your machine.

 

For how to get webdriver environment on Eclipse, please refer step below:
1. Download eclipse IDE for java developers.
2. Install SVN plugin subversion on eclipse.
  Go to Help -> Eclipse Marketplace, search svn, then install svn plugin ‘Subversion’.

3. Install SVN connector by Help -> Install New software, input ‘http://community.polarion.com/projects/subversive/download/eclipse/4.0/update-site/’ 

After installation, you can switch the connector using the main menu item Window > Preferences > Team (tree node) > SVN (tree node) > SVN Connector (tab). 

 


4. Checkout code from svn://9.123.97.140/WebadminGUI, note that it need pass local BSO first.
4.1 Click File -> Import menu, and select the SVN as below screenshot.

4.2 Click Next button, then select Create a new repository location radio button as below:

 

4.3 Click Next button, then input the URL and your authentication info.

 

4.4. Click Next button, then click Finish button.

 

 

5.  After checkout code, you will find the error below displayed under Properties -> Java Build Path -> Libraries and Order and Export.



6. Copy jar files from ftp://ftp:ftp@9.123.97.131/jar and put them in the right location (based on the path in above screenshot, eg. C:\jars\jgoodies) 
7. Restart eclipse.

0 0