RE: Subversion/Tortoise questions
From: Ludwig, Michael <Michael.Ludwig_at_delphi-mb.de>
Date: Wed, 10 Nov 2010 18:59:59 +0100
> > SvnAnt uses the svnClientAdapter.jar, which in turn uses one of:
> With regards to the Windows Subversion Client. If several scripts are
Not entirely sure I understand your question.
As far as I can see (using ant -verbose), a new svn.exe (or just "svn" on UNIX) is spawned for each subcommand of <svn> within one script.
Which svn command line client (of possibly several ones installed on a system) is actually invoked by svnClientAdapter depends on what's available in your PATH environment variable.
I would have thought that supplementing the path by setting java.library.path in ANT_OPTS as follows would also work, but apparently it doesn't:
set PATH=D:\Opt\Ant\bin
That's probably because java.library.path is for libraries and not for executables.
Michael
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.