[issue2525] Exception during convert/svn from local mirror

Brian Ravnsgaard Riis bugs at mercurial.selenic.com
Sun Nov 28 20:54:43 UTC 2010


New submission from Brian Ravnsgaard Riis <brian at ravnsgaard.net>:

I have a local (svnsync'ed) mirror of the llvm repository. Trying to convert
just the llvm directory to mercurial. Runs through tens of thousands of
changesets and then fails on the same changeset every time with the
following message:

16729 libcxx initial import
** unknown exception encountered, please report by visiting
**  http://mercurial.selenic.com/wiki/BugTracker
** Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel)]
** Mercurial Distributed SCM (version 1.7.1)
** Extensions loaded: fixfrozenexts, convert, mq, digest, deps
Traceback (most recent call last):
  File "hg", line 36, in <module>
  File "mercurial\dispatch.pyo", line 16, in run
  File "mercurial\dispatch.pyo", line 36, in dispatch
  File "mercurial\dispatch.pyo", line 58, in _runcatch
  File "mercurial\dispatch.pyo", line 590, in _dispatch
  File "mercurial\dispatch.pyo", line 401, in runcommand
  File "mercurial\dispatch.pyo", line 641, in _runcommand
  File "mercurial\dispatch.pyo", line 595, in checkargs
  File "mercurial\dispatch.pyo", line 588, in <lambda>
  File "mercurial\util.pyo", line 427, in check
  File "hgext\convert\__init__.pyo", line 254, in convert
  File "hgext\convert\convcmd.pyo", line 433, in convert
  File "hgext\convert\convcmd.pyo", line 359, in convert
  File "hgext\convert\convcmd.pyo", line 302, in copy
  File "hgext\convert\filemap.pyo", line 313, in getchanges
  File "hgext\convert\filemap.pyo", line 233, in wanted
  File "hgext\convert\subversion.pyo", line 399, in getchangedfiles
  File "hgext\convert\subversion.pyo", line 380, in getchanges
  File "hgext\convert\subversion.pyo", line 667, in expandpaths
  File "hgext\convert\subversion.pyo", line 860, in _iterfiles
  File "libsvn\client.pyo", line 1710, in svn_client_ls
svn.core.SubversionException: ('Unable to open an ra_local session to URL', 1800
01)

It is *always* on the "libcxx initial import." revision that it fails. I'm
running TortoiseHG if that matters, but it is a command-line invocation. The
exact command is: "hg convert --filemap llvm-filemap svn\llvm-mirror
hg\llvm" and the contents of the llvm-filemap is:

"""
include llvm/trunk
rename llvm/trunk .
"""

Am I doing something wrong?

----------
messages: 14536
nosy: ravnsgaard
priority: bug
status: unread
title: Exception during convert/svn from local mirror

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


More information about the Mercurial-devel mailing list