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).