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

Re: [Subclipse-dev] Revision graph progress and problem with JavaHL

From: Mark Phippard <markphip_at_gmail.com>
Date: Thu, 5 Jun 2008 08:46:56 -0400

On Thu, Jun 5, 2008 at 8:12 AM, Alberto Gimeno <gimenete_at_gmail.com> wrote:
> I have been working on the cache implementation. I have developed the
> queries needed to build the graph. I have made some tests and they
> work by the moment. However I have used a very simple data set.
>
> Now I am trying to query information from a real repository through
> JavaHL. But I have a very simple problem. JavaHL can't load its DLLs.
> I'm trying just to launch a very simple application (a main() method)
> that uses JavaHL. I have defined
> org.tigris.subversion.clientadapter.javahl as a project dependency in
> window -> preferences -> java build path. And I have set
> "-Dsubversion.native.library=/absolute/path/to/libsvnjavahl-1.dll" as
> VM argument in the run dialog. I get the following error:

You should not have any dependencies on JavaHL, nor should you use it
directly. You must use SVNClientAdapter. And you really should not
even be using that plugin, you should just be dependent on the
Subclipse core plugin. You can then get the ISVNClientAdapter using
the getSVNClient() static method from SVNProviderPlugin.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: dev-help_at_subclipse.tigris.org
Received on 2008-06-05 14:47:05 CEST

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

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