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

Re: ACL design question

From: Branko Čibej <brane_at_xbc.nu>
Date: 2004-04-25 03:19:48 CEST

Helge Jensen wrote:

> Henderson, Michael D wrote:
>
>> Is there an issue on adding access control support to subversion, or
>> maybe a document outlining the design approach that may be taken?
>> ACLs or roles/groups?
>
>
> I've implemented simple ACL's using properties, for WRITE only.

Note that a real ACL implementation can't use properties, for two reasons:

    * you have to be able to change the ACL of a historic revision
    * ACLs must be attached to the path, not the node version (like
      properties do), and more than one path can refer to the same node
      varsion.

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Apr 25 19:23:35 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.