[issue1219] Assertion failure in hg convert (svn)

Peter Hosey mercurial-bugs at selenic.com
Tue Jul 8 13:35:17 CDT 2008


New submission from Peter Hosey <boredzo at gmail.com>:

hg/hg log --limit=1 hg/hg | head -n1                 
%~/Projects/@otherpeoplesprojects(0)
changeset:   5531:a3fe91b4f6eb
___
hg/hg convert growl-svn-repo growl-hg                
%~/Projects/@otherpeoplesprojects(0)
scanning source...
Assertion failed: (*path != '/'), function svn_ra_get_log, file 
subversion/libsvn_ra/ra_loader.c, line 973.
** unknown exception encountered, details follow
** report bug details to http://www.selenic.com/mercurial/bts
** or [email address]@selenic.com
** Mercurial Distributed SCM (version e81d2bd66908)
Traceback (most recent call last):
  File "hg/hg", line 20, in <module>
    mercurial.dispatch.run()
  File "mercurial/dispatch.py", line 20, in run
  File "mercurial/dispatch.py", line 29, in dispatch
  File "mercurial/dispatch.py", line 45, in _runcatch
  File "mercurial/dispatch.py", line 364, in _dispatch
  File "mercurial/dispatch.py", line 417, in _runcommand
  File "mercurial/dispatch.py", line 373, in checkargs
  File "mercurial/dispatch.py", line 358, in <lambda>
  File "hgext/convert/__init__.py", line 128, in convert
  File "hgext/convert/convcmd.py", line 336, in convert
  File "hgext/convert/convcmd.py", line 260, in convert
  File "hgext/convert/subversion.py", line 280, in getheads
  File "hgext/convert/subversion.py", line 494, in latest
  File "hgext/convert/subversion.py", line 119, in __iter__
EOFError

I'm running hg main (http://selenic.com/repo/hg), default branch, r5531 on Python 
2.5.2 (built from release source) on Mac OS X 10.5.3 on a Mac Pro. I'm using svn, 
including libsvn, version 1.5.0 (also built from release source).

The repo I'm trying to convert is an svnsync of svn://src.growl.info/growl . If 
you're unable to reproduce it with that, I can upload the (85 MiB bzipped) svndump 
somewhere.

----------
messages: 6487
nosy: boredzo
priority: bug
status: unread
title: Assertion failure in hg convert (svn)

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



More information about the Mercurial-devel mailing list