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

Re: Apache or svnserve?

From: Ryan Schmidt <subversion-2005_at_ryandesign.com>
Date: 2005-11-28 18:28:40 CET

On Nov 28, 2005, at 17:12, Duncan Murdoch wrote:

> To use svnserve, users need shell accounts on the machine. That
> may be a concern if the machine belongs to one organization and the
> developers don't, but probably not in your case. (It's probably
> not strictly true, but you need to really know what you're doing to
> set up access to svnserve without giving a shell account.)

Hmm... I don't think that's the case. It is for the svn+ssh protocol,
where authentication takes place at the ssh layer and each connection
gets its own instance of svnserve, but not for the svn protocol,
where there is one central svnserve running as a particular system
user and usernames and passwords are authenticated against a
plaintext file.

http://svnbook.red-bean.com/en/1.1/ch06s03.html

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 28 18:56:39 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.