Is it possible to have multiple authz files for a single subversion repository and to have them interact?
To get a better understanding of what I'm after, let me explain. We're about to roll out centrally hosted subversion repositories for all students at our university. We want to be able to specify groups of users such as teachers and administrators which students can easily give access to. To keep concurrent editing of the ACLs by multiple students simple, we're going to have one authz file for each student. This however makes global group definitions a pain as the group definitions must be updated in at least each authz files that uses it. So my questions basically amounts to, can I have one authz file with group definitions that I then reference from another authz file?