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

Re: File level ACL

From: Robert M.Zigweid <rzigweid_at_zigweid.net>
Date: 2004-03-26 15:47:43 CET

On Mar 26, 2004, at 8:49 AM, Pierre Belzile wrote:

> 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
I would actually probably prefer to take it one step further and allow
wildcards in general in this list. As well as limiting file access, it
would be convenient to be able to have some permissions such as
/*/branch/ type permissions where the * would represent a project
(using the /projectA/trunk style structure).

Just a thought.

-- 
Robert M. Zigweid                           rzigweid@zigweid.net
                                             http://rzigweid.zigweid.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 29 18:05:04 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.