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

Re: windows xp and ssh setup

From: Branko Čibej <brane_at_xbc.nu>
Date: 2005-02-18 12:03:57 CET

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

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

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