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

RE: Post-commit on Win32 issues

From: <G.DeSercey_at_bton.ac.uk>
Date: 2005-12-02 11:47:10 CET

From: Steve Williams:
> Are you incorrectly assuming that there is an environment in
> the batch file? When called by SVN, there are no environment
> variables, such as PATH. You must fully qualify every call
> to every executable.

Despite what the manual says, this is not true on win32. I just did a test
with the following line in post-commit.bat:
Echo %path% > f:\svn\temp\path.txt and got the standard path defined for all
users. Similarly I can get access to all environment variables.
Commit was through https, the server is windows 2003 with subversion 1.2.3
(binaries from tigris.org)

Guillaume

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Dec 2 11:52:08 2005

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.