Multi Svn Repositories in Apache
- by fampinheiro
I have a set up with apache and subversion
In the apache configuration i have
<Location /svn>
DAV svn
SVNParentPath c:/svn
</Location>
Now i have multiple repositories
a
a_b
a_c
a_b_c
a_b_d
b
and i want to map them as
a/svn
a/b/svn
a/c/svn
a/b/c/svn
a/b/d/svn
b/svn
to do this without adding directives and restarting…