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

File level ACL

From: Pierre Belzile <pierre.belzile_at_idilia.com>
Date: 2004-03-26 14:49:49 CET

Thanks for the suggestions yesterday. However, no solutions were
offered. For a recap:
   dir1/aClass.h (should be readable to all users of the library)
   dir1/aClass.cc (should only be visible to selected users working on
it's library)

Users of the library cannot view the source code in aClass.cc. They can
only read aClass.h. Library developpers can r/w everything.

My understanding is that access controlthrough the Apache interface
can't cut it. mod_auth_svn uses a datafile that can contain directories
only. My suggestion would be to add file patterns as well. For example,
I would say "*.h" is "r" for "*".

It's ironic that CVS does this. (Using proper permissions on the files.)
I can't move to subversion until something equivalent (hopefully
better!) exists.

Cheers, Pierre
Received on Fri Mar 26 14:50:52 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.