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

Builtin SSH tunneling support

From: Casper Hornstrup <chorns_at_users.sourceforge.net>
Date: 2004-11-02 18:50:46 CET

In your FAQ you explain how to access a repository using SSH
port-forwarding.

http://subversion.tigris.org/project_faq.html#paranoid says:

% ssh -L 8888:svn-server.example.com:80 me@ssh-server.example.com
% svn checkout http://localhost:8888/repos/ours

I tried this with svnserve running as a service instead and it
worked. It is however too complicated as you need two shells. One
shell for creating the tunnel and one for running the Subversion
command.

I would like know if you would accept a patch that would enable
Subversion to have builtin capability to create and use such a
tunnel.

P.S. I know there exist svn+ssh also but I don't like that users
are spawning private svnserve processes on the server. Nor do I like
giving all users full access to the repository files on the server.

Casper

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 2 18:53:13 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.