本文介绍了汞转换实际上没有转换?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我运行以下hg命令,并看到一大堆修订号&他们的消息飞过了我的屏幕,但是当它结束时,目标hg存储库将为空.
I run the following hg command and see a whole bunch of revision numbers & their messages fly past my screen, but when it finishes the destination hg repository is empty.
hg convert -s p4//depot/proj1/... c:\ hg \ proj1 --config convert.p4.startrev = 1267
hg convert -s p4 //depot/proj1/... c:\hg\proj1 --config convert.p4.startrev=1267
我在做什么错了?
推荐答案
事实证明,我的Perforce数据库在很早的变更集中就有一些损坏.一旦我告诉转换扩展程序从以后的更改集开始,转换就顺利进行了.
It turned out my Perforce database had a bit of corruption in very early changesets. Once I told the convert extension to start at a later change set, the conversion went without a hitch.
这篇关于汞转换实际上没有转换?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!