I tried converting an svn repo to hg and am hitting problems.<br><br>What I want is to do a one time conversion from svn to hg and then abandon the svn repo.  These repos live on sourceforge, so I have little control over the hg server.<br>
<br>I have 3 branches under svn in addition to trunk.  I do regular merges between these branches and trunk, which svn now tracks in the svn:mergeinfo property.<br><br>I tried running &quot;hg convert&quot; but it doesn&#39;t track the svn merge info.  So every changeset only has one parent.  I&#39;m new to hg, but I&#39;m pretty sure that taking this hg repo and trying to continue doing merges between the branches won&#39;t work because hg doesn&#39;t know what the common parent is.  Is this correct?<br>
<br>I tried extracting the merge info manually into a splicemap file to record the 2 parents for the merges done on svn.  This requires that I use the --datesort option, otherwise not all of the svn parents have been converted when the child is converted.  (I&#39;ve reported this as a bug).<br>
<br>I get an hg repo with somewhat fewer revisions.  A quick glance at the graph looks OK now.<br><br>Next, I find that files are missing on one of my branches.  Looking at the history in hg, the file is added and present under one rev (the rev where it was added under svn), but then disappears in the next rev (which was an svn merge rev, where I&#39;ve recorded multiple parents in the splicemap).<br>
<br>I don&#39;t know with the splicemap, whether the order of the two parents is important somehow?  (If so, this isn&#39;t documented).<br><br>So I&#39;m at the point now where I&#39;m running out of time.  Can this be made to work, or should I stick with svn until hg matures a little more?  (I&#39;m running version 1.1.2 of hg).<br>
<br>And, while I&#39;m at it, one more question.  What hg client versions are supported by the various versions of hg running on the shared server that this client needs to interoperate with?  Restated: if the hg server is running version 1.1.2 (sourceforge), what local versions of the hg client may I safely run against that server?<br>
<br>Thanks in advance!<br><br>-Bruce<br>