Glenn Davy wrote:
> --------------
> [tunnels]
> gd = C:\Program Files\PuTTY\plink.exe -P 10220
> ssh = C:\Program Files\PuTTY\plink.exe
> --------------
>
> However when I do this I get the error:
> svn: The system cannot find the file specified.
>
try
--------------
[tunnels]
gd = /Program Files/PuTTY/plink.exe -P 10220
ssh = /Program Files/PuTTY/plink.exe
--------------
from "..\Application Data\Subversion\config"
...
### Section for configuring tunnel agents.
...
### On Windows, if you are specifying a full path to a command,
### use a forward slash (/) or a paired backslash (\\) as the
### path separator. A single backslash will be treated as an
### escape for the following character.
...
You can download filemon.exe from www.sysinternals.com and examine whar file
the system can not find.
--
Alexander
Received on Fri Feb 18 03:30:34 2005