[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: Dimitri Papadopoulos-Orfanos <papadopo_at_shfj.cea.fr>
Date: 2005-11-28 10:29:41 CET

Hi,

> Well yes this is needed, but currently CVS folders are authorized through the common unix groups.
> This should be the same with svnserve as well.

That's not the case because there's no direct mapping between files
stored in Subversion by clients and the file system on the Subversion
server. Client files are not stored as files on the server. Therefore
Subversion's access control cannot rely on the server's file access
control mechanism.

Per directory access control is the reason why I chose "http:" over
"svn:" but with the release of Subversion 1.3 "svn:" will also support
per directory access control.

Dimitri Papadopoulos

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