9

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?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
cdbeelala89
  • 2,066
  • 3
  • 28
  • 39

3 Answers3

8

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

Bozydar Sobczak
  • 684
  • 5
  • 16
7

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

Lazy Badger
  • 94,711
  • 9
  • 78
  • 110
0

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

Lazy Badger
  • 94,711
  • 9
  • 78
  • 110