[Bug 4507] New: Crash when using converting from svn to hg

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Wed Jan 21 15:00:48 UTC 2015


http://bz.selenic.com/show_bug.cgi?id=4507

          Priority: normal
            Bug ID: 4507
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: Crash when using converting from svn to hg
          Severity: bug
    Classification: Unclassified
                OS: Linux
          Reporter: will at cipsoft.com
          Hardware: PC
            Status: UNCONFIRMED
           Version: 3.0
         Component: convert
           Product: Mercurial

This error is reproducable. Environment: Fedora 21 with Fedora hg


** Unbekannter Fehler - bitte melden auf:
** http://mercurial.selenic.com/wiki/BugTracker
** Python 2.7.8 (default, Nov 10 2014, 08:19:18) [GCC 4.9.2 20141101 (Red Hat
4.9.2-1)]
** Mercurial Distributed SCM (Version 3.0)
** Erweiterungen geladen: convert
Traceback (most recent call last):
  File "/usr/bin/hg", line 38, in <module>
    mercurial.dispatch.run()
  File "/usr/lib64/python2.7/site-packages/mercurial/dispatch.py", line 28, in
run
    sys.exit((dispatch(request(sys.argv[1:])) or 0) & 255)
  File "/usr/lib64/python2.7/site-packages/mercurial/dispatch.py", line 69, in
dispatch
    ret = _runcatch(req)
  File "/usr/lib64/python2.7/site-packages/mercurial/dispatch.py", line 138, in
_runcatch
    return _dispatch(req)
  File "/usr/lib64/python2.7/site-packages/mercurial/dispatch.py", line 810, in
_dispatch
    cmdpats, cmdoptions)
  File "/usr/lib64/python2.7/site-packages/mercurial/dispatch.py", line 590, in
runcommand
    ret = _runcommand(ui, options, cmd, d)
  File "/usr/lib64/python2.7/site-packages/mercurial/dispatch.py", line 901, in
_runcommand
    return checkargs()
  File "/usr/lib64/python2.7/site-packages/mercurial/dispatch.py", line 872, in
checkargs
    return cmdfunc()
  File "/usr/lib64/python2.7/site-packages/mercurial/dispatch.py", line 807, in
<lambda>
    d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
  File "/usr/lib64/python2.7/site-packages/mercurial/util.py", line 518, in
check
    return func(*args, **kwargs)
  File "/usr/lib64/python2.7/site-packages/hgext/convert/__init__.py", line
283, in convert
    return convcmd.convert(ui, src, dest, revmapfile, **opts)
  File "/usr/lib64/python2.7/site-packages/hgext/convert/convcmd.py", line 527,
in convert
    c.convert(sortmode)
  File "/usr/lib64/python2.7/site-packages/hgext/convert/convcmd.py", line 444,
in convert
    self.copy(c)
  File "/usr/lib64/python2.7/site-packages/hgext/convert/convcmd.py", line 386,
in copy
    changes = self.source.getchanges(rev)
  File "/usr/lib64/python2.7/site-packages/hgext/convert/subversion.py", line
453, in getchanges
    files, self.removed, copies = self.expandpaths(rev, paths, parents)
  File "/usr/lib64/python2.7/site-packages/hgext/convert/subversion.py", line
718, in expandpaths
    kind = self._checkpath(entrypath, revnum)
  File "/usr/lib64/python2.7/site-packages/hgext/convert/subversion.py", line
1003, in _checkpath
    return svn.ra.check_path(self.ra, path.strip('/'), revnum)
  File "/usr/lib64/python2.7/site-packages/libsvn/ra.py", line 740, in
svn_ra_check_path
    return _ra.svn_ra_check_path(*args)
svn.core.SubversionException: 210002 - None

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list