Multiple SVN repos on Debian HTTPd vhost setup
- by Jonathon Reinhart
I would like to have my svn/http server setup so I can access multiple repositories via a "svn" subdomain:
https://svn.example.com/repo1
https://svn.example.com/repo2
I am using Debian 6, and already have multiple vhosts set up via the standard sites-available method.
Resources and their problems:
How To: subversion SVN with Apache2 and DAV
…