开发者

hg convert from cvs broke branches

I converted an old cvs repository into mercurial via hg convert. Everything seemed to be okay (at least with the default branch) but all feat开发者_JAVA技巧ure 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.


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜