Versions Compared

Key

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

...

When you go to use this plugin, a window will appear with the title Install Connectors.  The easiest way to trigger this wizard is by going to Window > Open Perspective > Other and selecting SVN Repository Exploring, then clicking the OK button.

In order to pick the right connector, you will need to figure out what version you already have installed on the command line.

...

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

So You need to match up the first two numbers in the command line client with this connector version.  Since I have a "1.8" client, I checked SVN Kit 1.8.6 for my connector and then Finish.  (The JavaHL connectors should be ignored.)

Warning
titleSubversion Versions

Subversion clients 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.

...