Alexander Korsukov wrote:
>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 should still put the drive name in there, e.g.,
gd = C:/Program Files/PuTTY/plink.exe -P 10220
otherwise you'll be in trouble if your cwd isn't on C:.
-- Brane
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 18 12:07:15 2005