Last active
August 25, 2016 09:29
-
-
Save gsitgithub/f7a5fecea59ce1d43882b625726aed4a to your computer and use it in GitHub Desktop.
Subclipse Plugin in eclipse
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Please note that the way how to install plugins differs from each version of Eclipse to the next one. | |
The following description is for Eclipse 3.5 - 4.3. See http://subclipse.tigris.org/servlets/ProjectProcess?pageID=p4wYuA | |
for more detailed information by the plugin provider. | |
If not installing on Windows (32-bit), i.e. on Linux, Mac OS X, or Windows 64-bit, first have a look at the notes below, | |
as you first need to install Subversion for your operating system. | |
In Eclipse, select the menu "Help > Install New Software". | |
Enter the Update Site, depending on your version of subversion you installed: | |
If you installed Subversion 1.6: http://subclipse.tigris.org/update_1.6.x | |
If you installed Subversion 1.7: http://subclipse.tigris.org/update_1.8.x | |
If you installed Subversion 1.8: http://subclipse.tigris.org/update_1.10.x | |
Select the following items to be installed: | |
Subclipse | |
Subversion Client Adapter | |
Subversion JavaHL Native Library Adapter | |
SVNKit Client Adapter | |
After the installation, restart Eclipse. | |
Verification | |
To verify that the integration works, try the following steps: | |
Open the "SVN Repository Exploring" perspective (menu Window > Open Perspective > Other) | |
Add the following SVN Repository Location: https://svn.code.sf.net/p/matsim/source | |
To add it, click on the yellowish icon with "svn" and the plus sign. | |
Test if you can browse to the sub-directories, e.g. matsim/trunk. | |
Installation on Linux, Mac OS X, or Windows 64-bit | |
While Subclipse includes everything it needs to run on Windows 32-bit, it has some additional dependencies on Linux and Mac OS X. | |
Especially, Subclipse requires that you have the correct version of Subversion installed on your machine along some libraries | |
to make Subversion usable by Subclipse. | |
Please have a look at the detailed information(http://subclipse.tigris.org/wiki/JavaHL) provided directly by the Subclipse team. | |
For Windows 7 64-bit, see these informations(http://subclipse.tigris.org/wiki/JavaHL#head-0ae839721445e3f59d10a128ec9439d4f4988d5f). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment