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

Re: How can I access a subversion via SSH

From: Doug Goldstein <doug_at_monetra.com>
Date: 2007-02-12 22:40:48 CET

ying lcs wrote:
> I have a subversion server behind a firewall.
> I can 'ssh' to that box. But the port 3690 is not opened.
>
> How can I do a SSH tunneling to access that subversion server?
>
> Thank you.
>

if you're using svn:// via svnserve, you can change to ssh+svn:// and it
will use svnserve over ssh. You need to use a svn switch command. You
can pass parameters via SSH_SVN environment variable to ssh. (i.e. -l
user -p port)

The only thing to make sure is you setup your umask properly so the repo
is still read/write by the proper people.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Feb 12 22:41:25 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.