[issue1781] Unknown error when trying to convert a subversion repository

LinuxChef mercurial-bugs at selenic.com
Wed Aug 5 21:27:39 UTC 2009


New submission from LinuxChef <kurt at huwig.de>:

ssuming destination xxx-mirror-hg
initializing destination xxx-mirror-hg repository
scanning source...
** Unbekannter Fehler, Details folgen
** report bug details to http://mercurial.selenic.com/bts/
** oder mercurial at selenic.com melden
** Mercurial Distributed SCM (version 1.3.1)
** Erweiterungen geladen: mq, patchbomb, fetch, convert
Traceback (most recent call last):
  File "/usr/bin/hg", line 27, in <module>
    mercurial.dispatch.run()
  File "/var/lib/python-support/python2.6/mercurial/dispatch.py", line 16,
in run
    sys.exit(dispatch(sys.argv[1:]))
  File "/var/lib/python-support/python2.6/mercurial/dispatch.py", line 27,
in dispatch
    return _runcatch(u, args)
  File "/var/lib/python-support/python2.6/mercurial/dispatch.py", line 43,
in _runcatch
    return _dispatch(ui, args)
  File "/var/lib/python-support/python2.6/mercurial/dispatch.py", line 449,
in _dispatch
    return runcommand(lui, repo, cmd, fullargs, ui, options, d)
  File "/var/lib/python-support/python2.6/mercurial/dispatch.py", line 317,
in runcommand
    ret = _runcommand(ui, options, cmd, d)
  File "/var/lib/python-support/python2.6/mercurial/dispatch.py", line 501,
in _runcommand
    return checkargs()
  File "/var/lib/python-support/python2.6/mercurial/dispatch.py", line 454,
in checkargs
    return cmdfunc()
  File "/var/lib/python-support/python2.6/mercurial/dispatch.py", line 448,
in <lambda>
    d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
  File "/var/lib/python-support/python2.6/mercurial/util.py", line 402, in check
    return func(*args, **kwargs)
  File "/var/lib/python-support/python2.6/hgext/convert/__init__.py", line
232, in convert
    return convcmd.convert(ui, src, dest, revmapfile, **opts)
  File "/var/lib/python-support/python2.6/hgext/convert/convcmd.py", line
395, in convert
    c.convert(sortmode)
  File "/var/lib/python-support/python2.6/hgext/convert/convcmd.py", line
312, in convert
    parents = self.walktree(heads)
  File "/var/lib/python-support/python2.6/hgext/convert/convcmd.py", line
109, in walktree
    commit = self.cachecommit(n)
  File "/var/lib/python-support/python2.6/hgext/convert/convcmd.py", line
267, in cachecommit
    commit = self.source.getcommit(rev)
  File "/var/lib/python-support/python2.6/hgext/convert/subversion.py", line
407, in getcommit
    commit = self.commits[rev]
KeyError: 'svn:f78fe385-6323-4cfc-9de3-34e0c934c452 at 742'

----------
messages: 10277
nosy: LinuxChef
priority: bug
status: unread
title: Unknown error when trying to convert a subversion repository

____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://mercurial.selenic.com/bts/issue1781>
____________________________________________________



More information about the Mercurial-devel mailing list