I have a VPS, where I host a website of mine and some Subversion repos. I use the SVN DAV Apache mod, to interact with my repositories.
My problem is that, if my website is www.example.com
, I access a repo like this : www.example.com/svn/my-project
, while I want to access it from a different subdomain/virtual-host only (instead of being accessible from every virtual host on my server).