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

Bug: Windows install: setting PATH

From: Jeff Hinrichs <jeffh_at_delasco.com>
Date: 2003-03-08 19:39:38 CET

When setting the path in Windows, Subversion updates autoexec.bat with the
following:
  PATH=%PATH%;"C:\Program Files\Subversion"

However, if the existing PATH has paths with embedded spaces a "Too many
Parameters" error occurs. This is due to the spaces in the existing path
statement. The fix is to surround the %PATH% with double quotes, ala:

  PATH="%PATH%";"C:\Program Files\Subversion"

-jeff hinrichs

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Mar 8 19:40:17 2003

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

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