我已经安装了来自https://tortoisehg.bitbucket.io/download/index.html的最新版本的TortoiseHG (2.8.1)
我做到了
hg clone http://bitbucket.org/durin42/hgsubversion .并在mercurial.ini中设置正确的路径:
[extensions]
hgsubversion = C:\hgextensions\hgsubversion\hgsubversion如果我这样做了:
hg version --svn我可以看到hgsubversion似乎安装正确:
Mercurial Distributed SCM (version 2.6.2)
(see http://mercurial.selenic.com for more information)
Copyright (C) 2005-2012 Matt Mackall and others
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
hgsubversion: 32f6b970c762
Subversion: 1.6.16
bindings: SWIG但是,当我想克隆一个SVN存储库(任何来自web的示例)时,它会说:
abort: No module named hgsubversion!这里出了什么问题?
发布于 2013-07-08 14:53:10
我也有同样的问题。尝试将hgsubversion更新到c6e9889dba27 -它对我很有效。
发布于 2013-07-04 10:09:03
Update|返回到hgsubversion的最新标签。并填写错误报告
发布于 2013-12-19 18:24:18
从TortoiseHG 2.10开始(当前为2.10.1)
>hg version
Mercurial Distributed SCM (version 2.8)
(see http://mercurial.selenic.com for more information)和HGSubversion 91cf81a36236 (r1100)
hgsubversion>hg id
91cf81a36236 tip功能已恢复
https://stackoverflow.com/questions/17447790
复制相似问题