Use SVN in eclipse to upload clone code from VisualSVN Server

Reference documents for VisualSVN Server warehouse operations:  https://blog.csdn.net/weixin_42629433/article/details/83068633

 

1. svn configuration under eclipes

1. Download the dependencies required for svn operation in eclipse, download address:  https://pan.baidu.com/s/1PZh9ifzqUKkREcKtJLxV5w

2. Unzip the downloaded compressed package to dropins under the eclipse installation path, and the configuration is complete:

 

2. Upload the project engineering code from eclipes to the warehouse

1. Select the parent project you want to upload, right-click Team -> Share Project, the following window will pop up, select SVN:

2. Before uploading, you can select "Create a new resource library location" or "Existing resource library location":

3. Enter the URL of the VisualSVN Server warehouse to be uploaded:

4. You can specify to use the project name as the folder name or rename it:

5. Select the parent project you want to upload again, right-click Team -> Share Project -> Submit, and the following window will pop up:

Check the VisualSVN Server warehouse to see if the submission is successful:

 

 

3. Download the project engineering code from the warehouse to eclipes

1. Menu bar Window -> Show View -> Other

2. Right-click to create a new resource library, and enter the url of the code to be downloaded:

3. Right-click the code to be downloaded "check out as":

At this time, only the parent project appears, we need to select the parent project and right click import

 

If x appears in other subprojects at this time  , it needs to be updated.

 

 

 

 

 

Guess you like

Origin blog.csdn.net/weixin_42629433/article/details/83476284