【发布时间】:2010-11-15 19:42:24
【问题描述】:
我在 Win32 (Server 03) 上使用 Mercurial。我想将本地驱动器上的 Subversion 存储库复制到本地驱动器上的 Mercurial 存储库,以便测试 mercurial 与 subversion 的合并能力。
hg convert 是正确的命令吗?
在我这样做之后:
"c:\Program Files\TortoiseHg\hg.exe" convert c:\dev\SubversionRepo\MyRepo -r 123456 -s svn c:\devhg\MyRepo_123456
我收到一条消息:
8 Created MyRepo branch again as a copy from http://.../Branches/SourceRepo.
There was another MyRepo branch in this same location that was deleted.
好吧,我现在很紧张。此位置的分支被删除?不,我不想删除分支。
现在转换命令似乎停止了。除了基本的.hg 文件夹之外,c:\devhg\MyRepo_123456 中没有创建任何文件。我做错了吗?
【问题讨论】:
标签: svn mercurial tortoisehg