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

Re: Bug: Windows install: setting PATH

From: Jostein Christoffer Andersen <jostein_at_josander.net>
Date: 2003-03-11 08:26:04 CET

On Saturday 08 March 2003 19.39, Jeff Hinrichs wrote:
> 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"

I will have a look at it. You are getting the "Too many Parameters" error
_during_ the installation?

Jostein

-- 
----------------------------------------------------------------------
Jostein Christoffer Andersen <jostein@josander.net>
http://www.josander.net/
Public PGP Key:
Key: http://www.josander.net/pub_keys/jostein_josander.net.asc
----------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 11 08:27:35 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.