VisualSVN Server RewriteRule/Redirect Apache
        Posted  
        
            by dvkwong
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by dvkwong
        
        
        
        Published on 2010-04-16T20:16:43Z
        Indexed on 
            2010/04/16
            20:23 UTC
        
        
        Read the original article
        Hit count: 387
        
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
© Stack Overflow or respective owner