Cannot convert subversion repository

Kim Tiedemann kimtiede at gmail.com
Thu Nov 15 08:32:35 CST 2007


Hi,

>
> Could you post the output with --debug and --traceback ?
>
> --
> Patrick Mézard
>

Yes - here it is:

assuming destination svn_repo-hg
initializing destination svn_repo-hg repository
convert: couldn't open CVS repo file:///C:/svn_repo
convert: couldn't open GIT repo file:///C:/svn_repo
convert: subversion python bindings could not be loaded
Traceback (most recent call last):
  File "hgext\convert\hg.pyc", line 187, in __init__
  File "mercurial\hg.pyc", line 62, in repository
  File "mercurial\localrepo.pyc", line 1989, in instance
  File "mercurial\localrepo.pyc", line 46, in __init__
RepoError: repository /C:/svn_repo not found
convert: could not open hg repo file:///C:/svn_repo as source
convert: couldn't open darcs repo file:///C:/svn_repo
Traceback (most recent call last):
  File "mercurial\dispatch.pyc", line 45, in _runcatch
  File "mercurial\dispatch.pyc", line 348, in _dispatch
  File "mercurial\dispatch.pyc", line 401, in _runcommand
  File "mercurial\dispatch.pyc", line 357, in checkargs
  File "mercurial\dispatch.pyc", line 342, in <lambda>
  File "hgext\convert\__init__.pyc", line 362, in convert
  File "hgext\convert\__init__.pyc", line 41, in convertsource
Abort: file:///C:/svn_repo: unknown repository type
abort: file:///C:/svn_repo: unknown repository type

It seems that the python bindings cannot be loaded - but if I start
python and enters:

from svn.core import SubversionException, Pool

I get no errors :-(

/Kim



More information about the Mercurial mailing list