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

[Subclipse-dev] Re: [PATCH]: "Cannot use javahl nor command line svn client" in vista windows w/ command line interface

From: John E. Leon Guerrero <jguerrero_at_live365.com>
Date: 2007-10-22 20:00:48 CEST

hi jon, the bug is that svnant strips out all environment variables and
then adds back in a proscribed list. that list does not include
"SystemDrive". and because svn.exe on vista requires that variable, the
output is an error message instead of what svnant was expecting. so,
even though you have SystemDrive set in your environment, it will get
stripped out by svnant.

one work around is to use the dll. for us, we used the downloaded
"libsvnjavahl-1.dll" found in the eclipse plug-ins directory.

Help -> Software Updates -> Find and Install... -> Search for new
features to install -> New Remote Site...
Name: Subclipse 1.2.x (Eclipse 3.2+)
URL: http://subclipse.tigris.org/update_1.2.x

then set your path to point at the dll:
[eclipse directory]\plugins\org.tigris.subversion.javahl.win32_1.2.2

hope that helps,
jlg

jasperjon wrote:

Date: Wed, 22 Aug 2007 13:04:17 -0700 (PDT)
From: jasperjon <jasperjunk@gmail.com>
Content-Type: multipart/alternative;
        boundary="----=_Part_98350_16588136.1187813057927"
Subject: [Subclipse-dev] [PATCH]: "Cannot use javahl nor command line
svn client" in

i'm seeing the same problem - i get the error message only under VISTA,
not under Windows Server 2003, when using ANT to try to do simple svn
operations.

you write 'it turns out that under vista, svn.exe dies if you do not set
the "SystemDrive" environment variable.'

however, I have %SystemDrive% set (in my Vista environment, to "C:") -
but i'm still getting this error. Is there something I'm missing?
does the ant need an environment variable set also?

please help - i'm stuck! are there any other work arounds for this?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: dev-help@subclipse.tigris.org
Received on Mon Oct 22 19:59:28 2007

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.