On 2/12/07, Erik Huelsmann <ehuels@gmail.com> wrote:
> 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,
I tried it,
export TOREPO=ssh+ssh://65.162.187.6
export FROMREPO=svn://127.0.0.1
svnsync init ${TOREPO} ${FROMREPO}
svnsync: Unrecognized URL scheme for 'ssh+svn://65.162.187.6'
But i get 'Unrecognized URL scheme'
>
> 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:56:10 2007