On Fri, Mar 27, 2009 at 7:35 AM, Mika Laitio <lamikr_at_pilppa.org> wrote:
> I use Mandriva Linux and updated subversion and libsvnjavahl to version
> 1.6.0. After this the subclipse stopped working.
>
> I have:
> [lamikr_at_localhost 1]$ svn --version
> svn, version 1.6.0 (r36650)
>
> and
> /usr/lib/libsvnjavahl-1.so.0 -> libsvnjavahl-1.so.0.0.0
> /usr/lib/libsvnjavahl-1.so.0.0.0
>
> With eclipse 3.4.1 I I have:
> org.tigris.subversion.clientadapter_1.5.2.jar
> org.tigris.subversion.clientadapter.javahl_1.5.3.jar
> org.tigris.subversion.clientadapter.svnkit_1.5.2.jar
> org.tigris.subversion.subclipse.core_1.4.5.jar
> org.tigris.subversion.subclipse.doc_1.3.0.jar
> org.tigris.subversion.subclipse.ui_1.4.5.jar
>
> With eclipse 3.5-milestone 6 I have:
> org.tigris.subversion.clientadapter_1.6.0.2.jar
> org.tigris.subversion.clientadapter.javahl_1.6.0.3.jar
> org.tigris.subversion.clientadapter.svnkit_1.6.0.1.jar
> org.tigris.subversion.subclipse.core_1.6.2.jar
> org.tigris.subversion.subclipse.doc_1.3.0.jar
> org.tigris.subversion.subclipse.graph_1.0.7.jar
> org.tigris.subversion.subclipse.mylyn_3.0.0.jar
> org.tigris.subversion.subclipse.ui_1.6.2.jar
>
> With both versions of Eclipse the Windows/Preferences/SVN shows that "No
> javahl available".
>
> With 3.4.1 version of eclipse I can however still
> browse the svn repository and checkout projects. But project
> syncrhononization and commits does not work.
> With 3.5-m6 version of eclipse nothing works.
>
> From eclipse about dialog/configuration I can see:
>
> java.library.path=
> /opt/java/jdk/jdk1.6.0_10/jre/lib/i386/client:
> /opt/java/jdk/jdk1.6.0_10/jre/lib/i386:
> /usr/lib/xulrunner-1.9:
> /usr/lib/xulrunner-1.9:
> /usr/lib/xulrunner-1.9:
> /usr/java/packages/lib/i386:
> /lib:
> /usr/lib
> java.runtime.name=Java(TM) SE Runtime Environment
> java.runtime.version=1.6.0_10-b33
>
> Eclipse error log does not show any details like stacktrace, only a text:
> severity=error, message="Unable to load default SVN Client",
> An exception stack trace is not available.
>
> I was thinking I could try to debug this myself.
> Which version of eclipse you recommend I should use and
> should I checkout the subclipse plugin sources from trunk or from branch?
trunk corresponds to the 1.6 release which is what you would have to
use with an SVN 1.6 JavaHL. Debugging probably will not get you far
though. All we do is call System.loadLibrary for the JavaHL library
and that rarely gives anything useful back as an error.
--
Thanks
Mark Phippard
http://markphip.blogspot.com/
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=1443745
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2009-03-27 14:36:43 CET