svn+ssh tunneling help
From: David H. Lynch Jr. <dhlii_at_dlasys.net>
Date: 2007-05-01 09:03:37 CEST
I access a subversion development repository on an OpenBSD server remotely.
Under Windows I execute a batch file
that runs:
plink -L 3690:localhost:3690 -i id_rsa.ppk -P 22222 -N svntun@mycomp.com
And then I can checkout with
svn co svn://localhost/ .
I have managed to get this working under Linux using ssh as
ssh -L 3690:localhost:3690 -p 22222 -N svntun@mycomp.com
I have tried all combinations of custom commands in my ~/.subversion/config
[tunnels]
to try to get something like
with no success.
A web search offered
svn co svn+ssh://svntun@mycomp.com:22222/ .
which seems reasonable but results in syntax errors
Is there some way I can use the svn ssh tunnel to my repositories
-- Dave Lynch DLA Systems Software Development: Embedded Linux 717.627.3770 dhlii_at_dlasys.net http://www.dlasys.net fax: 1.253.369.9244 Cell: 1.717.587.7774 Over 25 years' experience in platforms, languages, and technologies too numerous to list. "Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction." Albert EinsteinReceived on Tue May 1 09:04:52 2007 |
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.