- Install Svn in myeclipse7.5 in a few steps
This article describes how to install Svn in myeclipse7.5. The operation steps described in this article are relatively simple. I will share them with you here, hoping to help you.
This section describes how to install Svn in myeclipse7.5. SVN is a flexible version control software that can be installed on multiple operating systems orProgramInstall in. This section will show you how to install Svn in myeclipse7.5.
The operation is relatively simple. You can use the built-in findandinstall function of myeclipse to install it through the official link.
1. Open myeclipse and choose help> softwareupdates> findandinstall from the menu bar;
2. Select searchfornewfeaturestoinstall and click Next to go to the next step;
3. Click "newremotesite". In the displayed dialog box, enter:
Name: SVN
URL: http://subclipse.tigris.org/update_1.4.x (depending on the svn server version select the corresponding Client Version) Click OK, close the dialog box, and click the finish button, myeclipse automatically download plug-in installer;
4. After downloading the plug-in, go to the installation screen.
5. Select the svn plug-in to be installed. Remove subclipseintegrations from the second option and click Next;
6. Select "iacceptthetermsinthelicenseagreements" and click Next until you click Finish to go to the next step.
7. start installing the svn plug-in myeclipse7.5. After installation, restart myeclipse.
the configuration process after SVN is installed in myeclipse7.5 is as follows:
8. On the menu bar, choose Window> openperspective> Other to open the myeclipse attempt list. In this case, the "svnrepositoryindexing" item appears in the View list of myeclipse.
9. Open the "svnrepositoryindexing ing" view. In the blank area on the left, right-click → new → repositorylocation.
10. In the URL field, enter http: // ip/SVN/projectname and click Finish.
11. Enter the user name and password, and click OK to view the directory structure under SVN.