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

[PATCH] Make svnperms.py handle nested groups

From: Kyle George <kgeorge_at_tcpsoft.com>
Date: 2007-11-12 21:23:07 CET

svnperms.py should be able to handle simple cases of groups containing
other groups like some of the other hook scripts and mod_authz_svn.
Nested groups are expanded in place. Forward declarations are prohibited,
and this is probably a good thing. This is a cleaner version of a patch I
found in the archives: http://svn.haxx.se/dev/archive-2003-09/0569.shtml

[[[
* tools/hook-scripts/svnperms.py
   (Permission::parse_groups): Handle and expand nested groups (@groupname).
     Forward decls are prohibited.
]]]

-- 
Kyle George


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Mon Nov 12 21:23:17 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.