TortoiseHG和hgsubversion(Windows):"没有名为hgsubversion的模块"

cdb*_*a89 9 svn tortoisehg hgsubversion

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

我做到了

hg clone http://bitbucket.org/durin42/hgsubversion .
Run Code Online (Sandbox Code Playgroud)

并在mercurial.ini中设置正确的路径:

[extensions]
hgsubversion = C:\hgextensions\hgsubversion\hgsubversion
Run Code Online (Sandbox Code Playgroud)

如果我做:

hg version --svn
Run Code Online (Sandbox Code Playgroud)

我可以看到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
Run Code Online (Sandbox Code Playgroud)

但是当我想克隆一个SVN存储库(来自网络的任何例子)时,它说:

abort: No module named hgsubversion!
Run Code Online (Sandbox Code Playgroud)

这有什么不对?

Boz*_*zak 8

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

  • 这是有害的建议,因为这意味着hgsubversion维护者不会收到错误报告. (2认同)

Laz*_*ger 7

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