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

Re: problems tunneling svn+ssh

From: Anthony Baxter <anthony_at_interlink.com.au>
Date: 2003-11-03 04:19:59 CET

>>> Garrett Rooney wrote
> Subversion doesn't know how to tell every ssh client in the world how
> to use a non-default port. To work around that fact, you can set the
> SVN_SSH environment variable to 'ssh -p 2223' or whatever your
> particular ssh client requires, or add a similar setting to your config
> files.

Note that if you also want to access the host on the normal port, you
can do something like

Host svnhostname
Hostname real.host.name
Port 2223

in the config file...

-- 
Anthony Baxter     <anthony@interlink.com.au>   
It's never too late to have a happy childhood.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 3 04:26:08 2003

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.