The installation of SVN is very common. But I seem to use it often and forget it. This time put the note here, if you forget later, you can check it at any time.
Steps:
First, download SVN
The site.zip is commonly used here.
Previously there was a ready-made site.zip on hand. Today I purposely go to Apache official online download svn, do not know is because I downloaded the source file, so I did not find the previous site.zip files. This time use the previous installation!
Second, installation
(1) Install SVN on the MyEclipse
① Method One:
1. Open the MyEclipse installation directory, in the top-level common folder (for example), find features, plugins two folders.
2. Unzip Site.zip, find features, plugins two folders
3. Copy the files in SVN features to the features folder common in →→→myeclipse
Copy the files in SVN's plugins to the Plugins folder common in →→→myeclipse
Complete.
In MyEclipse, open perspective (Opens view), view all views, if there is "SVN resource study", and, in MyEclipse, in the Project Explorer window, right-click →import, If there is an SVN import method, there are two ways that the SVN installation was successful.
② Method Two:
If the last method is not installed, you can use this method.
Unzip the Site.zip file and unzip the entire folder into the MyEclipse installation directory under the Dropins folder, you can.
(2) Install SVN on eclipse
① Method One:
Method one in the same myeclipse.
② Method Two:
This approach is also a common method of installing plug-ins in Eclipse, the standard method.
Open eclipse→ menu Help→install New software ... → Pop-up install box → Select add→ pop-up Add reposity box → Select archive→ Select svn zip package →add reposity name at random →ok→ back to the Install box, Tick subcipse and Svnkit→next, all the way Next
I've only used this method once, so I'm not going to write it in detail here. But the steps are true.
How to install SVN