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

Re: svn+ssh ?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-05-12 02:07:08 CEST

On May 11, 2005, at 6:03 PM, Bjørn T Johansen wrote:

> I am trying to use svn with ssh, but all I get is a message telling
> me..:
>
> svn: No repository found in 'svn+ssh://svn.havleik.no/repos/trunk'
> if I do: svn list svn+ssh://svn.havleik.no/repos/trunk
>
> but if I do: svn list svn://svn.havleik.no/repos/trunk
> I get the listing I am looking for....
>
>
> Am I missing some configuration or?
>

Is there actually a repository at '/repos' on your system? Or are
you running 'svnserve -d -r /some/virtual/root/' ?

svn+ssh:// doesn't speak to the svnserve daemon. You must use an
*absolute* path to the repository in the URL.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 12 02:22:05 2005

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.