SVN / Subversion 1.7 and Eclipse Subversive & JavaHL

Bear in mind that Subversive doesn’t communicate with your working copy directly; it is only an interface for Eclipse. The communication runs through an SVN connector such as SVNKit or JavaHL. This is the software you should update to resolve your problem.

In my case I’m using SVNKit, which can be updated like so:

  1. Make sure Eclipse’s update sites are pointing to Polarion’s recommendations. Here’s what my update sites look like:
    Subversive
  2. You’ll need the latest version of Subversive SVN Connectors, so make sure the Subversive update site is enabled and let Eclipse check for updates through Help, Check for updates.
    • Check Eclipse’s Installation Details to confirm that you’ve got Subversive SVN Connectors version 2.3.0.I20120413-1700 or later. To do so, go to Help, About, then click “Installation details”.
    • If you haven’t gotten a new version, you might need to uninstall the old one, and grab the new one from the Subversive update site.
  3. Now you may update SVNKit. Select Help, Install new software to bring up the software installation window.
  4. Select the latest SVNKit (as of this writing, 1.7.4) and install it.
    Installing SVNKit 1.7.4
  5. Restart Eclipse.

If Subversive is using the wrong connector after restarting Eclipse, select the right newest one from the preferences screen (under Preferences, select Team, SVN then click the tab “SVN Connectors”).

Leave a Comment