When I installed Svn in the lab today, I did not succeed. I said there was a problem with the network connection. I searched the internet for other methods to install SVN for your reference:
Method 1: Online installation is supported if you can access the Internet
1. Open myeclipse and choose help> Software Updates> Find and install from the menu bar;
2. Select search for new features to install and click Next to go to the next step;
3. Click "new remote site". In the displayed dialog box, enter:
Name: SVN
URL: http://subclipse.tigris.org/update_1.4.x
Click OK to close the dialog box and click Finish to automatically download the plug-in installer from myeclipse;
4. After downloading the plug-in, go to the installation screen.
5. Select the svn plug-in to be installed. Remove subclipse integrations from the second option and click Next;
6. Select "I accept the terms in the license agreements" and click Next until you click Finish to go to the next step.
7. start installing the svn plug-in. After installation, restart myeclipse.
Method 2: unable to connect to the network
1. Download the svn plug-in
: Http://subclipse.tigris.org/files/documents/906/46495/site-1.6.5.zip
2. Create a folder under plug_in (C:/program files/myeclipse 6.5/Eclipse/plugins) in the installation path of myeclipse 6.5: site-1.6.5;
3. Open myeclipse 6.5 and choose help> Software Updates> Find and install from the menu bar;
2. Select search for new features to install and click Next to go to the next step;
3. Click "new local site", find the decompressed folder (site-1.6.5), click OK, and click Finish. myeclipse automatically loads the plug-in;
4. in the pop-up menu, select the features to insteall: tick before the added Path Subclipse-site-1.6.5, an error is reported, and then expand the plus sign before subclipse, remove the hooks before subclipse integration for mylyn 3.x (optional) 3.0.0. The error disappears. → next → select I accept the terms in the license agreements → next → select all 8 items, then change location ......, In the pop-up menu, select Add location ...... Select the path (C:/program files/myeclipse 3rd/Eclipse/plugins/Site-6.5) of the folder created in step 1. → finish → select install all → yes from the pop-up menu.
5. start installing the svn plug-in. After installation, restart myeclipse.
Method 3: unable to connect to the network (link)
1, download Site-1.6.5.zip from the official website
2) decompress site-1.6.5.zip to $ {eclipse}/plugins/Subclipse-1.6.5.zip, and delete site.xml(very important (that is, all the jar packages and two XML files artifacts in the features and plugins folder extracted from site-1.6.5.zip. XML, content. add and replace XML with the plugins folder. For example, I should add files in C:/Program/myeclipse 6.5/Eclipse/plugins/directory)
3. Create the link file $ {eclipse}/linksSubclipse-1.6.5.zip.link (that is, add the linksSubclipse-1.6.5.link file under the link folder) whose content is: Path = C:/program files/myeclipse 6.5/Eclipse/
4. Restart eclipse to integrate subclipse.
Source: http://blog.csdn.net/chenhu900101/archive/2009/12/11/4987011.aspx