9

我已经从https://tortoisehg.bitbucket.io/download/index.html (2.8.1)安装了最新版本的 TortoiseHG for Windows

我做了

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 存储库(来自网络的任何示例)时,它会说:

abort: No module named hgsubversion!

这里有什么问题?

4

3 回答 3

8

我有同样的问题。尝试将 hgsubversion 更新为 c6e9889dba27 - 它对我有用。

于 2013-07-08T06:53:10.447 回答
7

更新|返回到 hgsubversion 的最新标签。并填写错误报告

于 2013-07-04T02:09:03.247 回答
0

从 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

功能已恢复

于 2013-12-19T10:24:18.353 回答