[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: Hari Kodungallur <hkodungallur_at_gmail.com>
Date: 2005-05-12 02:23:58 CEST

On 5/11/05, Bjørn T Johansen <btj@havleik.no> 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

In most cases, when using svn+ssh the URL should contain the full path.
That is, if your repository is at svn.havleik.no@/path/to/repos, then
the URL should be
svn+ssh://svn.havleik.no/path/to/repos/...

>
> but if I do: svn list svn://svn.havleik.no/repos/trunk
> I get the listing I am looking for....

You probably started svnserver using the -r option: eg., svnserve -r
</path/to/repos>
When this is done the svn protocol knows where to find the repository.

>
> Am I missing some configuration or?

---------------------------------------------------------------------
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:42:15 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.