I. File preparation
(1) Eclipse IDE 3.7: http://www.eclipse.org/downloads/download.php? File =/technology/EPP/downloads/release/indigo/SR1/eclipse-jee-indigo-SR1-win32.zip & url = http://mirror.bit.edu.cn/eclipse/technology/epp/downloads/release/indigo/SR1/eclipse-jee-indigo-SR1-win32.zip&mirror_id=1082
(2) svn1.6 plug-ins: http://subclipse.tigris.org/servlets/ProjectDocumentList? Folderid = 2240
2. Create the corresponding links folder, myplugins folder, and SVN plug-in folder
Create the following directory structure:
D: \ eclipse \ links
D: \ eclipse \ myplugins
D: \ eclipse \ myplugins \ subclipse1.6 (this directory is the target directory for extracting SVN plug-ins)
The printed tree structure is as follows (note the file structure after the svn plug-in is decompressed ):
D: \ eclipse
Bytes
├ ── Myplugins
│ └ ── Subclipse1.6
│ ─ ── Eclipse
│ ├ ── Features
│ ─ ── Plugins
└ ── Links
3. Create the links configuration file for the svn plug-in
File Content: Path = D :\\ eclipse \ myplugins \ subclipse1.6 or Path = D:/Eclipse/myplugins/subclipse1.6
Note: The Path configured in the links file must be an absolute path!
4. modify the configuration of the eclipse Config File
Config. ini file path: D: \ eclipse \ Configuration \ config. ini
(1) Delete the org. Eclipse. Update folder under the D: \ eclipse \ configuration path;
(2) modify the configuration file D: \ eclipse \ Configuration \ config. ini, change the attribute value org. Eclipse. Update. reconcile = false to true, and save it,
Then, restart eclipse to view the svn options in WINDOW> open perspective> Other;
(3) Finally, change org. Eclipse. Update. reconcile to true and save the modification.
ReferenceArticle: Http://www.iteye.com/topic/1113353