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

Re: Help with Svn via SSH

From: Eric Hanchrow <offby1_at_blarg.net>
Date: 2006-09-27 21:05:05 CEST

>>>>> <Chris.Fouts@qimonda.com> writes:

> I added SVN_SSH="c:\putty\plink.exe" user@my.linuxbox.com -pw
> password to my global environment variables

> I get... svn: Can't create tunnel. The system can not find the
> file specified

It's a pity this isn't documented anywhere; I'm going to have to guess:

It's not clear if SVN_SSH is supposed to be just the _name_ of the
program to run, or else is supposed to include _arguments_ to the
program. So since your method -- including arguments -- didn't work,
try setting SVN_SSH to just c:\putty\plink.exe (that's what I do, more
or less), and creating a PuTTY "session" named, say, mylinuxbox, which
contains the user name and host name. Then try checking out like this:

        svn co svn+ssh://mylinuxbox/repos/code junk

-- 
[F]reedom is kind of a hobby with me, and I have disposable
income that I'll spend to find out how to get people more of it.
        -- Penn Jillette
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 27 21:09:51 2006

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.