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

Re: svn+ssh authentication

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-03-10 17:10:45 CET

On Wed, 2004-03-10 at 10:08, Vincent Lefevre wrote:
> On 2004-03-10 09:57:23 -0600, Ben Collins-Sussman wrote:
> > svn+ssh:// is exactly the same as accessing the repository via file:///
> > as yourself.
>
> Why isn't it called file+ssh:// or ssh+file:// or ssh:// ?

Because the URL schema describes the network protocol being used (the
svn protocol, tunnelled over an ssh connection.)

When I say "exactly the same", I don't literally mean that. I mean, "in
terms of permissions, it's the same." Both file:/// and svn+ssh://
access the database files directly, rather than talking to a daemon
process running as a fixed user.

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