http://welcome66.iteye.com/blog/1845176
There are two ways to install the SVN plugin in eclipse:
 
 
  
  - Download the SVN plugin directly and unzip it into the corresponding directory in eclipse
  
  - Use the "Install New software" in the Eclipse Help menu to download and install it directly into eclipse by entering the SVN address
  
 
 
The first way:
1. Download SVN plugin
SVN plugin and update address, you need to choose the version you need. Now the latest is 1.8.x
 
Eclipse Update Site url:http://subclipse.tigris.org/update_1.8.x
SVN plugin package Download: http://subclipse.tigris.org/servlets/ProjectDocumentList?folderID=2240
 
Eclipse Update Site url:http://subclipse.tigris.org/update_1.6.x
SVN plugin package Download: http://subclipse.tigris.org/servlets/ProjectDocumentList?folderID=2240
 
Eclipse Update Site url:http://subclipse.tigris.org/update_1.4.x
SVN plugin package Download: http://subclipse.tigris.org/servlets/ProjectDocumentList?folderID=2240
2. Install after download
After downloading the plugin package directory structure:
Copy the files in the plug-in package features and plugins directories to the features and plugins of the Eclipse installation directory, respectively.
Then restart Eclipse
The second way:
1. Menu operation
2. Click "Add", in the popup window, enter the corresponding SVN address, then "OK"
3. Select all 2, then go all the way to next.
How to install SVN under Eclipse