[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: Glenn Davy <gdavy_at_tpg.com.au>
Date: 2005-02-18 08:12:21 CET

Bingo - thanks all who shared their respective wisdoms
Glenn

-----Original Message-----
From: Alexander Korsukov [mailto:akorsukov@ozero.net]
Sent: Friday, 18 February 2005 1:25 PM
To: Glenn Davy
Cc: users@subversion.tigris.org
Subject: Re: windows xp and ssh setup

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
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 18 08:16:36 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.