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

Re: svn+ssh problem

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2003-08-26 22:03:12 CEST

Cédric Chabanois wrote:
> Using subversion 0.26.0 on Gentoo linux, I did :
>
> $ svnserve -d -r /home/cedric/repositories/
>
> $ svn list svn://192.168.1.3/myrepos/
> readme.txt
>
> This is what is expected
>
> Then i did :
> $ svn list svn+ssh://192.168.1.3/myrepos/
> cedric@192.168.1.3's password:
> svn: Couldn't find a repository
> svn: No repository found in 'svn+ssh://192.168.1.3/myrepos'
>
> Did I miss something ?

Yes. ra_svn tunneled over ssh does not need a running svnserve, it will
start it's own on the target machine via ssh. That also means you need
to give it the full path to the repository you're trying to open. Try this:

svn list svn://192.168.1.3/home/cedric/repositories/

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 26 22:04:13 2003

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.