eclipsesvnsubversivesvnkitjavahl

Not able to checkout project from SVN in eclipse - SVN connector library not available


I am trying to import a new project from SVN repo.
I am using eclipse neon 4.6. I have added SVN plugin via eclipse market place version (image attached). enter image description here

I get this error while trying to checkout .

enter image description here

I could see that a native connector is listed in preference but with error, I am not able to change that.

enter image description here

Any help will be very much helpful.


Solution

  • It appears that JavaHL cannot initialize in your Subversive plug-in. Maybe you installed 64-bit JavaHL connector on 32-bit machine or vice-verse? Anyway, you can follow steps of section Enable JavaHL in Subversive plug-in for Eclipse from the article KB145. The article shows how to activate JavaHL in Subversive and Subclipse plugins and the instructions were thoroughly tested.

    You can also consider switching from Subversive to Subclipse. I did not see similar problem with Subclipse - it worked right away after installation without issues.