Reputation: 21
I have an apache2 webserver configured to serve multiple domains (I did it with virtual hosts).
After installing Subversion and enabling DAV SVN, the repository can be accessed through all the domains configured. How can I enable svn access for one domain only?
Examples: In dav_svn.conf the Location points to /svn, meaning that www.domain1.com/svn/ and www.domain2.com/svn/ will both give access to the Subversion server. I only want to access it from www.domain1.com/svn/.
Any help would be much appreciated.
Upvotes: 2
Views: 439