If I use multiple repositories, all located under a single root folder, how can I set it up so that they will use a single master svnconf/passwd file for setup but still allow me to customize each if the need arises?
This is on Windows, but I guess the process would be similar on other systems.
Update: I am using svnserve as a service.
svnserveisn’t intended for use in large deployments. If you need more fine-grained permissions, or integration, etc., use a web server (like Apache).