[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: Alexander Korsukov <akorsukov_at_ozero.net>
Date: 2005-02-18 03:25:02 CET

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

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.