How to create a Mercurial repository on a remote IIS web server
        Posted  
        
            by Tim Murphy
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Tim Murphy
        
        
        
        Published on 2010-04-16T16:10:48Z
        Indexed on 
            2010/04/16
            16:13 UTC
        
        
        Read the original article
        Hit count: 237
        
I have a Windows Server 2003 running Mercurial's hgwebdir.cgi to serve repositories. Push/Pull etc is working as expected for existing repositories.
Currently I'm using remote desktop If I need a new repository on the server.
Is there a better way to do it? Command line, web interface, cgi?
© Stack Overflow or respective owner