[issue2960] hg convert: svn.core.SubversionException: ('child raised exception', 175011)

birnemeier bugs at mercurial.selenic.com
Wed Aug 17 07:37:05 CDT 2011


New submission from birnemeier <bd at dbap.de>:

hg import from svn raises svn.core.SubversionException: ('child raised exception', 175011). It doesn't matter if the 
project to be imported is checked out to local with

svn co http://server/path/to/project project

or accessed via "hg convert http://server/path/to/project"

Output of "svn ls http://server/path/to/project" is:
branches/
tags/
trunk/

Versions: Mercurial version 1.9.1+20110801, svn 1.6.5

Stacktrace:

Nehme project-hg als Ziel an
Initialisiere Ziel-Projektarchiv project-hg
** unknown exception encountered, please report by visiting
**  http://mercurial.selenic.com/wiki/BugTracker
** Python 2.6.1 (r261:67515, Jun 24 2010, 21:47:49) [GCC 4.2.1 (Apple Inc. build 5646)]
** Mercurial Distributed SCM (version 1.9.1+20110801)
** Erweiterungen geladen: convert
Traceback (most recent call last):
  File "/usr/local/bin/hg", line 38, in <module>
    mercurial.dispatch.run()
  File "/Library/Python/2.6/site-packages/mercurial/dispatch.py", line 27, in run
    sys.exit(dispatch(request(sys.argv[1:])))
  File "/Library/Python/2.6/site-packages/mercurial/dispatch.py", line 64, in dispatch
    return _runcatch(req)
  File "/Library/Python/2.6/site-packages/mercurial/dispatch.py", line 87, in _runcatch
    return _dispatch(req)
  File "/Library/Python/2.6/site-packages/mercurial/dispatch.py", line 679, in _dispatch
    cmdpats, cmdoptions)
  File "/Library/Python/2.6/site-packages/mercurial/dispatch.py", line 454, in runcommand
    ret = _runcommand(ui, options, cmd, d)
  File "/Library/Python/2.6/site-packages/mercurial/dispatch.py", line 733, in _runcommand
    return checkargs()
  File "/Library/Python/2.6/site-packages/mercurial/dispatch.py", line 687, in checkargs
    return cmdfunc()
  File "/Library/Python/2.6/site-packages/mercurial/dispatch.py", line 676, in <lambda>
    d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
  File "/Library/Python/2.6/site-packages/mercurial/util.py", line 385, in check
    return func(*args, **kwargs)
  File "/Library/Python/2.6/site-packages/hgext/convert/__init__.py", line 269, in convert
    return convcmd.convert(ui, src, dest, revmapfile, **opts)
  File "/Library/Python/2.6/site-packages/hgext/convert/convcmd.py", line 419, in convert
    opts.get('rev'))
  File "/Library/Python/2.6/site-packages/hgext/convert/convcmd.py", line 56, in convertsource
    return source(ui, path, rev), sortmode
  File "/Library/Python/2.6/site-packages/hgext/convert/subversion.py", line 282, in __init__
    self.head = self.latest(self.module, latest)
  File "/Library/Python/2.6/site-packages/hgext/convert/subversion.py", line 573, in latest
    for entry in stream:
  File "/Library/Python/2.6/site-packages/hgext/convert/subversion.py", line 137, in __iter__
    raise SubversionException("child raised exception", entry)
svn.core.SubversionException: ('child raised exception', 175011)

----------
messages: 17162
nosy: birnemeier
priority: bug
status: unread
title: hg convert: svn.core.SubversionException: ('child raised exception', 175011)

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


More information about the Mercurial-devel mailing list