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

后端 未结 5 1385
鱼传尺愫
鱼传尺愫 2020-12-12 23:50

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

5条回答
  •  执念已碎
    2020-12-13 00:26

    I ran into a similar problem when I tried to re-install subclipse after installing Lion. The subversion client that subclipse uses relies on a javahl bridge which you can normally get as a community release from collab.net. The problem is that the latest version only supports 10.6 and no version yet exists for 10.7.

    I solved my need to interface with a subversion repository through eclipse by switching from the subclipse plugin to the subversive plugin which does have a supported bridge. I know this doesn't exactly answer how to get subclipse working but it was an alternative that worked for me and as far as I know might be the only solution until a javahl package supporting 10.7 is available.

提交回复
热议问题