On Wed, Oct 6, 2010 at 7:25 PM, James Fainer <jfai...@cciproducts.com> wrote: > I am looking to reduce the potential complexity of path access rules by > applying wild card rules in the repository section of the path access rules > configuration. > > > > i.e. > > <<normal>> > > [dev:/branch] > > @group1=rw > > > > [dev2:/branch] > > @group2=rw > > > > <<proposed>> > > Define repository with a prefix > > > > eng_Project1 > > eng_project2 > > restrict_project1 > > > > rule: > > [eng_*:/] > > @group1 = rw > > > > [restrict_*:/] > > @group2=rw
To me that seems a sensible feature request (but I am just one user). Note though that there is some similarity with another existing feature request: http://subversion.tigris.org/issues/show_bug.cgi?id=2662 - authz with wildcards But that is about wildcards in the path portion, while yours is about wildcards in the repository part. If you create your issue, you may wish to link it to 2662 though. Just my €0.02 Cheers, -- Johan