[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: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-08-26 22:00:09 CEST

Cédric Chabanois <cchabanois@ifrance.com> writes:

> 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, please read the svn book, chapter 5, about svnserve.

svn+ssh:// has *nothing* to do with 'svnserve -d'.

It launches its own private svnserve process, and requires an absolute
path to the repository.

---------------------------------------------------------------------
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:05:27 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.