[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [Subclipse-users] SVNKit preference is being ignored

From: Mark Phippard <markphip_at_gmail.com>
Date: Thu, 20 Mar 2008 07:48:44 -0700

On Thu, Mar 20, 2008 at 7:21 AM, James Roper <jroper2_at_gmail.com> wrote:

> I have installed Subclipse, and configured it to use SVNKit instead of
> JavaHL. When I try to add a new svn+ssh repository, I get the
> following error:
>
> Error validating location:
> "org.tigris.subversion.javahl.ClientException: svn: Network connection
> closed unexpectedly"
>
> The package name of that exception suggests to me that Subclipse is
> ignoring the preferences, and using javahl even though I told it to
> use SVNKit. I've tried restarting eclipse, changing the preference
> back and forth etc, nothing works.

JavaHL defines a Java interface that exposes an SVN API. JavaHL also
includes an implementation of the interface that uses JNI calls to the
SVN libraries. However, SVNKit also implements this interface, and
that is how we talk to it. Since the Exceptions are part of the
interface, they show this package name.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-03-20 15:48:55 CET

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.