问题
I have installed the newest version of TortoiseHG for Windows from https://tortoisehg.bitbucket.io/download/index.html (2.8.1)
I did
hg clone http://bitbucket.org/durin42/hgsubversion .
And have the correct path set in mercurial.ini:
[extensions]
hgsubversion = C:\hgextensions\hgsubversion\hgsubversion
If I do:
hg version --svn
I can see that hgsubversion seems to be installed correctly:
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
But when I want to clone a SVN repository (any example from the web) it says:
abort: No module named hgsubversion!
What is wrong here?
回答1:
I had the same problem. Try to update hgsubversion to the c6e9889dba27 - it works for me.
回答2:
Update|return to to latest tag of hgsubversion. And fill bug-report
回答3:
Starting from TortoiseHG 2.10 (current is 2.10.1)
>hg version
Mercurial Distributed SCM (version 2.8)
(see http://mercurial.selenic.com for more information)
and HGSubversion 91cf81a36236 (r1100)
hgsubversion>hg id
91cf81a36236 tip
functionality was restored
来源:https://stackoverflow.com/questions/17447790/tortoisehg-and-hgsubversion-windows-no-module-named-hgsubversion