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
Thanks,
Jim Fainer