Mercurial setup: One central repo or several?
        Posted  
        
            by Robert S.
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Robert S.
        
        
        
        Published on 2010-04-02T15:21:40Z
        Indexed on 
            2010/04/02
            15:33 UTC
        
        
        Read the original article
        Hit count: 374
        
mercurial
|best-practices
My company is switching from Subversion to Mercurial. We're using .NET for our product. We have a solution with about a dozen projects that are separate modules with no dependencies on each other. We're using a central repo on a server with push/pull for our integration build.
I'm trying to figure out if I should create one central repo with all the projects in it, or if I should create a separate repo for each project. One argument for separate repos is that branching the individual modules would be easier, but an argument for a single repo is easier management and workflow.
I'm very new to hg and DVCS, so some guidance is greatly appreciated.
© Stack Overflow or respective owner