Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. In Eclipse, open Help > Install New Software.
  2. Under work with put the appropriate URL for your release, e.g. for Luna this would be the following.

    No Format
    http://download.eclipse.org/releases/luna
  3. Find the Collaboration item under the Name column, expand it, and select the checkbox for Subversive Team Provider.
  4. Click Next two times.
  5. Accept the license terms, and finally click on Finish.
  6. Restart Eclipse.

When you go to use this plugin, a window will appear with the title Install Connectors.

Image Added

In order to pick the right connector which provides the Subversion client, you will need to find out what version you already have installed on the command line.

For instance, this is the information on my Linux system.

No Format
[$] svn --version
svn, version 1.8.10 (r1615264)

So I checked SVN Kit 1.8.6 for my connector and then Finish.

Warning
titleSubversion Versions

Subversion client versions are unfortunately not forward or backward compatible between minor releases.  In other words, you cannot checkout a project using a 1.6 client and then switch to using a 1.7 or 1.8 client.  For this reason, it is strongly recommended that the Subversive Connector you install matches the version which is installed already on your system.

 

 

Creating a New Java Project

...