RE: svn-0.14.0-r2667-setup.exe has show stopper bug in it PATH corrupted on Win XP/W2K/NT systems
From: Barry Scott <barry.alan.scott_at_ntlworld.com>
Date: 2002-08-13 23:12:20 CEST
> My C/C++ knowledge are very limited but you (and everyone) are most welcome
O.K. I've found the time to contribute. :-)
I've written the NT part of the path update logic for NT, W2K and XP
Tomorrow I'll test the code at work where I can get my hands on NT4 and
The code is a single EXE that only depends on Windows system DLLs,
Below is a reference for the utility.
Barry
ntpath - utility to add and remove paths from the Windows NT PATH.
syntax:
command line parsing is very simplistic extra spaces will mess things up.
add action:
Add <path> to the system PATH variable if the user has permission otherwise
The type of the PATH value is preserved. If its REG_EXPAND_SZ then it
Return code:
remove action:
Attempt to remove <path> from the system PATH variable and the users PATH
Return code:
Example:
ntpath add C:\Progam Files\Subversion
---------------------------------------------------------------------
|
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.