Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/mercurial/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
从SVN迁移到Mercurial未成功。有关详细信息,请进一步阅读_Svn_Mercurial_Migration - Fatal编程技术网

从SVN迁移到Mercurial未成功。有关详细信息,请进一步阅读

从SVN迁移到Mercurial未成功。有关详细信息,请进一步阅读,svn,mercurial,migration,Svn,Mercurial,Migration,我正在尝试将一个项目从svn迁移到mercurial。我在ubuntu上。在my/etc/mercurial/hgrc中,我添加了以下行 [extensions] hgext.convert = 基本上,我遵循以下教程: https://confluence.atlassian.com/display/BITBUCKET/Convert+from+Subversion+to+Mercurial 在执行hg转换我的svn本地repo我的本地mercurial repoforsvn之后,hg转换

我正在尝试将一个项目从svn迁移到mercurial。我在ubuntu上。在my/etc/mercurial/hgrc中,我添加了以下行

[extensions]
hgext.convert =
基本上,我遵循以下教程:

https://confluence.atlassian.com/display/BITBUCKET/Convert+from+Subversion+to+Mercurial
在执行hg转换我的svn本地repo我的本地mercurial repoforsvn之后,hg转换svn项目(或者看起来是这样)。但当我浏览本地mercurial ReposforVN时,只有一个.hg文件夹,没有其他内容。 根据教程,在我的本地mercurial repoforsvn中应该有整个项目

我错过了什么。救命啊

根据教程,在我的本地mercurial repoforsvn中应该有整个项目

它就在这里,但是只在存储库中(.hg subdir)hg convert不会自动更新(也永远不会更新)工作目录。若要在工作目录中获取源代码,必须在其中运行
hg up