Question

I converted an old cvs repository into mercurial via hg convert. Everything seemed to be okay (at least with the default branch) but all feature branches are missing files which haven't been changed in the branch. Is there any way to fix this up?

I'm using version 1.5, convert has been done via hg convert cvs/checkout newrepo.

Was it helpful?

Solution

You are probably better off using cvs2svn to do the conversion, as it has a lot more "lore" built into it for weird corner cases. Then you can run hg convert on the resulting SVN repository. This is what the Mercurial Wiki itself recommends when things go wrong.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top