Hello, The "In-Repo Authz" is really an amazing feature, based on which I've implemented a No-code admin system: Setting up a dedicated repository called Authz-repo for storing all repo's Authz files. Please see:
https://github.com/robot-dot-win/Strategy-for-Enterprise-Subversion?tab=readme-ov-file#access-control But I have to use a separate config file for each of the repositories on the server, even the only difference of all config files is the repo's name. Please see: https://github.com/robot-dot-win/Strategy-for-Enterprise-Subversion/blob/main/templets/svnserve.conf.tmpl So it would be desirable if variables were supported in the config file, such as %{REPO_NAME}%. Thus all repositories can share a single config file. Further more, I'k like to see that Subversion could have the same design in config and Authz files like Apache httpd. Thanks. Best regards, -- Martin Young