Eclipse installs the latest SVN plugin
Download the latest eclipse, I'm using Eclipse-jee-kepler-sr2-win32-x86_64.zip (Eclipse IDE for Java EE developers) If not installed please go to this address download: eclipse.org/downloads/
If not installed please download the installation here: http://eclipse.org/downloads/
1. Download the latest eclipse, my version is 3.7.2 Indigo (Eclipse IDE for Java EE developers) Edition
if not installed please download the installation here: http://eclipse.org/downloads/
2. Download the SVN plugin subclipse, there are two ways to install it. The green way to install the link way I tried on indogo many times was unsuccessful.
3, SVN plugin and update address, you need to choose the version you need. Now the latest is 1.8.x
Links for 1.8.x Release:
Eclipse Update site url:http://subclipse.tigris.org/update_1.8.x
SVN plugin package download: http://subclipse.tigris.org/servlets/ProjectDocumentList?folderID=2240
Links for 1.6.x Release:
Eclipse Update site url:http://subclipse.tigris.org/update_1.6.x
SVN plugin package download: http://subclipse.tigris.org/servlets/ProjectDocumentList?folderID=2240
Links for 1.4.x Release:
Eclipse Update site url:http://subclipse.tigris.org/update_1.4.x
SVN plugin package download: http://subclipse.tigris.org/servlets/ProjectDocumentList?folderID=2240
4. Download the plug-in package and copy the plug-in package to the Eclipse installation directory. See Figure
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. And then restart Eclipse.
5. Install through eclipse, see figure
then go all the way to Next, OK!!
The most successful approach:
Download Site-1.6.17.zip to your local computer.
Open Eclipse->window->installsoftware-----add-> Select Archive--->site-1.6.17.zip (compressed package) ....
There are three ways to install the Eclipse plugin:
1. Copy copy, copy the downloaded plugin to the appropriate directory in the Eclipse directory
2. Network update, there is a software update option in the Help menu of Eclipse
3. Links way, this method is I strongly recommend a method, using this method can easily manage the software
The following is an example of installing the SVN plugin in eclipse to illustrate the link installation method for plug-ins in eclipse
1. Download the Subeclipse plugin from the Subeclipse website and the ecllipse version
2. Under the Eclipse directory (/usr/lib/eclipse), build the Myplugin directory to store your own installed plugins
3. Unzip the Subeclipse plugin Site-1.6.17.zip and extract it to the Myplugin folder
4. Under the/usr/lib/eclipse/links directory to establish the Site-1.6.17.link file, the file name must be reconciled after the plug-in first-level folder name is the same,
I am here for Site-1.6.17.link, the contents of the file is path=/usr/lib/eclipse/myplugin/site-1.6.17, The path must indicate the complete path (there is also a first-level directory eclipse under Site-1.6.17, where the full plug-in is stored, and the path specified as/usr/lib/eclipse/myplugin/site-1.6.17/eclipse is not available).
Here, my eclipse is d:/eclipse.
In addition: d:/eclipse/site-1.6.17
D:/eclipse/links
D:/eclipse/site-1.6.17/site-1.6.17.link
Site-1.6.17.link content:
path=/site-1.6.17
Eclipse's SVN plugin, called Subclipse, is the official website of http://subclipse.tigris.org/.
1, installation method one:
The installation on Eclipse is simple (surfing the Internet).
In the Eclipse menu, select help(help)->software updates(software update)->find and install(find and install)-> search for new features to install( Search for new features to install)
->new remote site().
Name Input Subclipse;url Enter http://subclipse.tigris.org/update.
Then select the site you want to search, and follow the prompts to install.
Until the installation is successful, click the Finish button to exit and then restart Eclipse.
2, installation method two: download a compressed package called Site-1.4.6.zip, unzip the name copy to eclipse corresponding directory, note must correspond, restart Eclipse
Eclipse Install SVN plugin