I want to split the majority of groups to be 'global' between repositories using the AuthzSVNGroupsFile directive to point to a common location and I also want local authz with the relative URL syntax e..g. ^/authz. This file would be synced to the LDAP groups.
However I would also like to be able to define groups in the local repository access file e.g. the group that sets access to the authz file or potentially others. As far as I can see you can only have one [groups] section in an authz file chain whether in one or two files - if you have multiple, only the last one is read.
So the more concise question - is it possible to define groups in both the
AuthzSVNGroupsFile
and
AuthzSVNAccessFile
if defined separately in the DAV setup?