Perforce 到 Mercurial 导入
我正在尝试将一些存储库从 Perforce 转移到 Kiln(FogBugz 的基于 Mercurial 的配套 VCS),但遇到了一些问题。
由于 Kiln 不直接从 Perforce 移植,我将通过 Perforce ->;水星 -> Kiln 方法,但我在将 PF 转换为 Mercurial 时遇到一些困难。
我正在运行,
hg convert //depot/... kiln-hg
但在导入更改列表时它随机崩溃,始终在〜#4030。 有几次它到达了变更列表的末尾,此时它就
3751 change file structure
停止了(或者看起来是这样)。
有谁知道为什么会这样吗?
干杯,埃德。
I'm trying to move over some repositories from Perforce to Kiln (FogBugz's Mercurial-based companion VCS), and I'm having some issues.
As Kiln does not port directly from Perforce, I'm going via the Perforce -> Mercurial -> Kiln approach, but I'm having some difficulties with the PF to Mercurial convert.
I'm running
hg convert //depot/... kiln-hg
but it's crashing randomly while importing the changelist, always at ~#4030.
One a couple of occasions it gets to the end of the changelist, at which point it goes:
3751 change file structure
and just stops (or so it seems).
Does anyone have any idea why this might be?
Cheers, Ed.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道为什么转换没有帮助(但请确保您使用的是最新的 Mercurial),但您可以尝试使用 perfarce 扩展。完成此操作后,您也许可以克隆生成的存储库。
I don't know why convert isn't helping (but make sure you're using the very latest mercurial), but you might try using the perfarce extension. After doing that you could, perhaps, clone the resulting repo.