On 2/13/07, ying lcs <yinglcs@gmail.com> wrote:
> On 2/12/07, Doug Goldstein <doug@monetra.com> wrote:
> > 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.
> >
>
> Thank you. Will this work if I use svn_sync via ssh?
How about trying it?
bye,
Erik.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Feb 13 00:36:55 2007