recently, under the Mac configuration Eclipse, found the online upgrade SVN plugin is very slow, did not respond for a long time, so think of the offline installation, after tossing the steps as follows:
1. Download the Subclipse installation package and find the corresponding Eclipse version in http://subclipse.tigris.org/(my eclipse is 4.2, I'm under Site-1.10.5.zip)
2. Create two folders in the Eclipse root directory, mypluins and links, create a new SVN folder in the Mypluins directory
3. unzip the downloaded offline package to the SVN directory you just created (xxx/eclipse/mypluins/svn/)
4. Create a file under the links directory under the Eclipse root directory: Svn.link, and then write the following in the file: path=xxx/eclipse/mypluins/svn/
Ps:xxx represents the directory where eclipse resides, such as my eclipse under the opt file in the user (123) root directory: path=/users/123/opt/eclipse/mypluins/svn/
5. Save the Svn.link file and restart Eclipse!!!
Mac Eclipse offline Install SVN plugin