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

RE: multiple ssh connections

From: Jeremy Mordkoff <jlm_at_ZeeVee.Com>
Date: Thu, 17 Jun 2010 10:40:32 -0400

Another option is to establish a single SSH session using port mapping
and then run all of your SVN traffic across that.

Something like

ssh -L 3690:svn_server:3690 ssh_server
svn svn://localhost/....

The first line says take any traffic destined for the svn port on my
machine and send it to the svn port on the svn server at the other end
of an SSH tunnel.

The second line says pretend my svn server is local

JLm
Received on 2010-06-17 16:41:08 CEST

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.