[issue1142] Traceback converting django repository
Dirkjan Ochtman
mercurial-bugs at selenic.com
Tue May 27 15:13:45 UTC 2008
New submission from Dirkjan Ochtman <dirkjan at ochtman.nl>:
An issue to help keep track of this bug raised in the mailing list:
http://news.gmane.org/find-root.php?group=gmane.comp.version-control.mercurial.general&article=7329
=========================================
I'v ran hg convert on an svn checkout of django repository, and got
this:
assuming destination django-hg
initializing destination django-hg repository
scanning source...
** unknown exception encountered, details follow
** report bug details to http://www.selenic.com/mercurial/bts
** or mercurial <at> selenic.com
** Mercurial Distributed SCM (version 1.0)
Traceback (most recent call last):
File "/usr/local/bin/hg", line 20, in <module>
mercurial.dispatch.run()
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/mercurial/dispatch.py", line 20, in run
sys.exit(dispatch(sys.argv[1:]))
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/mercurial/dispatch.py", line 29, in dispatch
return _runcatch(u, args)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/mercurial/dispatch.py", line 45, in _runcatch
return _dispatch(ui, args)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/mercurial/dispatch.py", line 364, in _dispatch
ret = _runcommand(ui, options, cmd, d)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/mercurial/dispatch.py", line 417, in _runcommand
return checkargs()
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/mercurial/dispatch.py", line 373, in checkargs
return cmdfunc()
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/mercurial/dispatch.py", line 358, in <lambda>
d = lambda: func(ui, *args, **cmdoptions)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/hgext/convert/__init__.py", line 127, in convert
return convcmd.convert(ui, src, dest, revmapfile, **opts)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/hgext/convert/convcmd.py", line 353, in convert
c.convert()
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/hgext/convert/convcmd.py", line 278, in convert
parents = self.walktree(heads)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/hgext/convert/convcmd.py", line 101, in walktree
commit = self.cachecommit(n)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/hgext/convert/convcmd.py", line 217, in
cachecommit
commit = self.source.getcommit(rev)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/hgext/convert/subversion.py", line 357, in
getcommit
self._fetch_revisions(revnum, stop)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/hgext/convert/subversion.py", line 766, in
_fetch_revisions
for entry in stream:
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/hgext/convert/subversion.py", line 121, in
__iter__
raise SubversionException("child raised exception", entry)
libsvn._core.SubversionException: ('child raised exception', 175002)
It is Python 2.5.2 built on Mac OS X 10.5 Leopard.
----------
messages: 6108
nosy: djc, patate, pmezard
priority: bug
status: chatting
title: Traceback converting django repository
topic: convert
____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://www.selenic.com/mercurial/bts/issue1142>
____________________________________________________
More information about the Mercurial-devel
mailing list