Re: ACL design question
From: Helge Jensen <jensen_at_slog.dk>
Date: 2004-04-24 15:25:49 CEST
Henderson, Michael D wrote:
I've implemented simple ACL's using properties, for WRITE only. it's
When commit'ing, the pre-commit hook traverses the commit with
Let write_list(path) be:
Then commits by user U are denied if any of the following occur:
This scheme has some nice properties
* it's revision-controlled, so you can see when and who revoked your
* It requires no "external" (to svn) setup or storage, except the
* It allows you to take ownership of anything you copy (but you STILL
For identification, i use the SVN login names, and I added the
Have a look at http://svn.slog.dk/repos/+svn/py/acl.py, which is
-- Helge --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Sat Apr 24 15:28:09 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.