I have a dav_svn.conf look like this.
# mod-available/dav_svn.conf
<Location /svn>
DAV svn
SVNParentPath /path/to/svn/parent
...
</Location>
With this configuration every request to
numeric.i.p.address/svn/<repo>
work for each repository and work well.
Now is there any nice method for
- preserving above configuration (
numeric.i.p.address/svn/<repo>) - new root url such as
svn.mydoma.in/<repo>works likenumeric.i.p.address/svn/<repo>.