Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TortoiseHG and hgsubversion (Windows): "no module named hgsubversion"

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?

like image 209
cdbeelala89 Avatar asked Jul 03 '13 12:07

cdbeelala89


2 Answers

I had the same problem. Try to update hgsubversion to the c6e9889dba27 - it works for me.

like image 152
3 revs Avatar answered Oct 23 '22 06:10

3 revs


Update|return to to latest tag of hgsubversion. And fill bug-report

like image 32
Lazy Badger Avatar answered Oct 23 '22 06:10

Lazy Badger