use svn

Method steps:

1 First make sure that eclipse has the svn plugin installed. The method to check whether eclipse has installed the plug-in: open eclipse->file->new->other, if you can search for svn in the pop-up selection wizard window, it means that the svn plug-in has been installed in eclipse

 

2 If you can't search for svn in the new window, you need to manually download an svn plug-in and put it in the plugins folder under the eclipse installation directory. Generally, eclipse has its own svn plug-in.

 

3 Start the checkout procedure: open eclipse->file->new->other->select "check out project from svn" click "next"

 

4 If the project has been checked out before, and the svn address has been configured, you can directly select the svn address of the project that needs to be checked out. After selecting the address, jump directly to step 6. If it is the first time to check out the project and the svn address has never been configured, select "Create a new repository location" and click "Next"

 

5 Enter the svn address, if the address is wrong, there will be a prompt here, the input is successful, click "Finish"

 

6 Enter the svn library project, you can see the tree-shaped project list, select the project to be checked out, click to select, and click "Next"

 

7 Generally, for the convenience of identification, there is no need to change the name of the checked out project, and no other configuration is required. Just select "Check out as a project in the workspace". If you want to check out the latest version, nothing needs to be changed. , just click Finish.

 

8 If you want to select the version to be checked out, click "Show Log", select the svn version number you want to check out in the pop-up box, click "OK", and then check out.

 

9 Select "Check out as a new project and configure it using the New Wizard", and the steps are the same as when creating a new project.

 

10 Step 8 After clicking OK, you can see the progress bar of the checkout, and it is OK to wait patiently for the item to be checked out. If you don't want to check out in the middle, you can directly click on the small red square to end the checkout.

 

11 So far, eclipse has successfully checked out the project from svn.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326330216&siteId=291194637