[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: John Peacock <jpeacock_at_rowman.com>
Date: 2003-08-26 22:13:08 CEST

Cédric Chabanois wrote:

> $ 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. svn+ssh does not use the svnserve which you started above, consequently
the '-r' option is not available. See:

   http://svnbook.red-bean.com/html-chunk/ch05s04.html#svn-ch-5-sect-4.2

specifically the discussion of authenticated access.

If you do this:

   $ svn list svn+ssh://192.168.1.3/home/cedric/repositories//myrepos/

I think you'll find that it works as you expect. This also means you don't want
or need to run a daemonized svnserve process.

HTH

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748
---------------------------------------------------------------------
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:13:45 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.