Migrating svn repo with non-flat branch hierarchy to mercurial
        Posted  
        
            by Assaf Lavie
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Assaf Lavie
        
        
        
        Published on 2010-04-08T07:57:01Z
        Indexed on 
            2010/04/08
            8:03 UTC
        
        
        Read the original article
        Hit count: 419
        
Is there a conversion utility from svn to hg that can deal with a branch hierarchy that's more complex than just a flat list of branches under /branches?
My repository has a directory that looks (conceptually) like this:
/branches
  /projectA
     /v1.x
        /v1.1
        /v1.2
etc..
IOW I need a tool that can get a tree structure as input that represents the branch hierarchy, and migrate this into hg (could be flat in HG, don't really care).
© Stack Overflow or respective owner