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

Re: svnserve -r option does not work with svn+ssh

From: Max Bowsher <maxb_at_ukf.net>
Date: 2005-03-10 13:20:16 CET

Günter Dannoritzer wrote:
> Hi,
>
> I started using svn (1.1.3) and have configured the svnserver with ssh.
> So I start the server with
>
> svnserve -t -d -r /srv/svn

-t and -d are mutually exclusive. It's a bug that svnserve accepts both.

> Now when I want to access this repository I have to fully qualify it,
> meaning:
>
> svn list svn+ssh://mydomain.org/srv/svn
>
> If I am not using the tunnel I can access it with:
>
> svn list svn://mydomain.org
>
>
> I looked through the svn book but did not find any explanation. What is
> the difference for that?

Because svn+ssh makes no use of any daemon svnserve.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 10 13:30: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.