VisualSVN Server RewriteRule/Redirect Apache
- by dvkwong
Hi,
Relating to another question I asked regarding setting up Mercurial under VisualSvn server. Currently when you go to the /svn/ url you can see all repos including hg repos. I now want some way to redirects you to the correct url for hg repos Eg
myserver/svn/MecurialRepo = myserver/hg/MercurialRepo
Or the correct hg script is run, or somehow disable the Mecurial repos from not displaying under the svn url.
I have tried using the RewriteRule in the conf file, seems like something is ignoring the it.
Thanks