r1028289 | cmpilato | 2010-10-28 13:20:45 +0000 (Thu, 28 Oct 2010)
Teach svnperms.py to handle nested groups (though with no forward
declarations allowed at this time). (Issue #3087)
* tools/hook-scripts/svnperms.py
(Permission.parse_groups): Interpret tokens in a group's definition
that begin with '@' as group names, and recursively expand that
group.
* tools/hook-scripts/svnperms.conf.example
Tweak the sample to demonstrate this new nested group business.
Patch by: Kyle George <kgeorge@tcpsoft.com>
(Tweaked by me.)