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

Re: [Subclipse-users] Cannot use javahl nor command line svn client

From: Gilles Levreau <gilles_at_netlert.com>
Date: Wed, 09 Jan 2008 09:43:26 -0500

Based on what Mark said:

1) You need to have svnant jars on your classpath (for svnant 1.0.0 for example, svnant.jar, svnClientAdapter.jar and svnjavahl.jar)

2) You need javahl dlls on your path, that is, libsvnjavahl-1.dll and its dependencies. For version 1.4.3, for example, the dependencies are:
- intl3_svn.dll
- libapr.dll
- libeay32.dll
- ssleay32.dll
- msvcp60.dll
- msvcrt.dll
- kernel32.dll
- libdb44.dll
- advapi32.dll
- shfolder.dll
- ws2_32.dll
- libaprutil.dll

Some, like ms*, are windows dlls, and the others can be found in the same-version-as-javahl svn installation bin folder. So next step is:

3) Install svn, the same version as javahl, and put its bin folder in the path.

As far as I know, this should do it, whether on vista or not.

Thanks Mark for the explanation.

Gilles

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-01-09 15:49: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.