我在Win32(服务器03)上使用Mercurial。我想将本地驱动器上的Subversion repo复制到本地驱动器上的Mercurial repo,以便测试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.
好吧,我现在很紧张。在这个地方的分支
删除
? 不,我不想删除分支。
现在convert命令似乎停止了。没有在中创建文件
c:\devhg\MyRepo_123456
超越基本
.hg
文件夹。我做错了吗?