Installing a source control without admin rights
        Posted  
        
            by Simon T.
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Simon T.
        
        
        
        Published on 2009-12-16T15:30:12Z
        Indexed on 
            2010/04/02
            4:13 UTC
        
        
        Read the original article
        Hit count: 469
        
version-control
|mercurial
I'm forced to use SourceSafe at my job. There is no way this is going to change. I would like to use another source control for my own need in parallel. I want to be able to keep an history of my modifications, branch easily and merge. I can install any application that doesn't requires admin rights. I cannot install Python or anything that integrates in File Explorer.
I'm not much of a command line guy so a GUI is a must. I managed to install Mercurial but not TortoiseHG. There is a chance msysgit would install but the GUI isn't very good.
Any suggestions?
© Stack Overflow or respective owner