[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

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-08-03 23:04:00 CEST

On Tue, 2004-08-03 at 15:39, Jim Grill wrote:

> It just seems that no matter what I try, I still have to specify the
> full system path in my svn url.

svn:// and svn+ssh:// are apples and oranges.

svn:// talks to the svnserve daemon, the one running as 'svnserve -d
-r', or started by inetd.

svn+ssh:// runs the command 'ssh remotehost svnserve -t', and then your
client speaks to the temporary svnserve process (running as *you*) over
the ssh tunnel. It's just as if you were accessing via file:///.

So the latter method requires that you always use 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 3 23:05:16 2004

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.