Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Subclipse in Mac OS Lion shows "Unable to load default SVN client" error

After updating to Mac OSX Lion I find that I m unable to use Subclipse. I keep getting this error:

Unable to load default SVN client

Any ideas on how to resolve this issue?

I m using Eclipse Indigo.

like image 294
jajo87 Avatar asked Jul 22 '11 15:07

jajo87


2 Answers

Have you tried downloading SVNKit from the update site of Subclipse?

Go to Install New Software and select the Subclipse update site. Select the JNA and SVNKit library as well as the SVNKit Client Adapter.

After, change the interface from JavaHL to SVNKit in the Preferences → Team → SVN → SVN Interface.

like image 174
Michel Rogers-Vallee Avatar answered Oct 29 '22 13:10

Michel Rogers-Vallee


For anyone receiving the error:

Incompatible JavaHL library loaded.  1.7.x or later required.

Using the latest Eclipse Indigo standard 3.7.1 and the latest Subclipse plugin from CollabNet (Collabnet Desktop 3.1.0 for Eclipse 3.5-3.7) for OS X, the problem is not the version of the Subclipse plugin files, it is the actual version of Subversion you have installed. Collabnet does not yet offer the 1.7 SVN package for OS X, you need to get it from WanDisco.This messed me up for hours.

like image 30
Joey T Avatar answered Oct 29 '22 12:10

Joey T