Re: svn via ssh to server (not local)

2012-03-14 Thread Nico Kadel-Garcia
On Wed, Mar 14, 2012 at 10:13 AM, Ulrich Eckhardt < ulrich.eckha...@dominolaser.com> wrote: > Am 13.03.2012 11:14, schrieb Ruslan QuAzI: > > How can I use via SSH something like this svn co >> svn+ssh://svn.mainhost.org:**8890/project/trunkI >> need so

Re: svn via ssh to server (not local)

2012-03-14 Thread Ulrich Eckhardt
Am 13.03.2012 11:14, schrieb Ruslan QuAzI: How can I use via SSH something like this svn co svn+ssh://svn.mainhost.org:8890/project/trunk I need sources from svn://svn.mainhost.org:8890/project/trunk (svnserve -t with local path not have privileges) Both ssh and svn have non standard ports. For s

svn via ssh to server (not local)

2012-03-13 Thread Ruslan QuAzI
How can I use via SSH something like this svn co svn+ssh://svn.mainhost.org:8890/project/trunk I need sources from svn://svn.mainhost.org:8890/project/trunk (svnserve -t with local path not have privileges) Both ssh and svn have non standard ports. For ssh I change my ~/.ssh/config but how tweak