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

windows xp and ssh setup

From: Glenn Davy <gdavy_at_tpg.com.au>
Date: 2005-02-16 02:28:11 CET

Hi all
Could someone let me know where I've gone wrong here.
I'm wanting to use svn command line as a client on windows XP (the servers a
linux box at another location - it works fine. I'm tunneling through ssh.

I have subversion installed and putty installed.

In the file C:\Documents and settings\glenn\Application
Data\Subversion\config, I have the following lines:

--------------
[tunnels]
gd = C:\Program Files\PuTTY\plink.exe -P 10220
ssh = C:\Program Files\PuTTY\plink.exe
--------------

I understand this means I should be able to:

svn co svn+ssh://glenn@somehost/RepoPth .\WorkingCopy\

for a normal ssh connection, or to get into port 10220...

svn co svn+gd://glenn@anotherhost/RepoPth .\WorkingCopy\

However when I do this I get the error:
svn: The system cannot find the file specified.

I'm using an identical approach on linux, and this works fine.

What have I missed? Can anyone help me out here?
Thx
Glenn

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 16 02:30:38 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.