[issue1064] convert/subversion - error when copying from remote repository

Paul Moore mercurial-bugs at selenic.com
Mon Mar 31 17:29:29 CDT 2008


New submission from Paul Moore <p.f.moore at gmail.com>:

I am using TortoiseHg under Windows XP, as this is the only binary which comes
with Subversion bindings install. When I try to do an incremental update,
converting the latest checkins from the Python trunk Subversion repository, I
get an error:

>hg convert http://svn.python.org/projects/python/trunk aaaa
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 9f1e6ab76069+tortoisehg)
Traceback (most recent call last):
  File "hg", line 31, in <module>
  File "mercurial\dispatch.pyc", line 20, in run
  File "mercurial\dispatch.pyc", line 29, in dispatch
  File "mercurial\dispatch.pyc", line 45, in _runcatch
  File "mercurial\dispatch.pyc", line 360, in _dispatch
  File "mercurial\dispatch.pyc", line 413, in _runcommand
  File "mercurial\dispatch.pyc", line 369, in checkargs
  File "mercurial\dispatch.pyc", line 354, in <lambda>
  File "hgext\convert\__init__.pyc", line 87, in convert
  File "hgext\convert\convcmd.pyc", line 320, in convert
  File "hgext\convert\convcmd.pyc", line 243, in convert
  File "hgext\convert\convcmd.pyc", line 87, in walktree
  File "hgext\convert\convcmd.pyc", line 185, in cachecommit
  File "hgext\convert\subversion.pyc", line 337, in getcommit
  File "hgext\convert\subversion.pyc", line 737, in _fetch_revisions
  File "hgext\convert\subversion.pyc", line 121, in __iter__
libsvn._core.SubversionException: ('child raised exception', 175002)

If there's anything useful I can do to provide extra debugging information,
please let me know.

This may be user error. I created the initial repository from a copy created
using svnsync, but am now trying to convert the new revisions from the original.
If this is wrong, could I suggest that the documentation include a note that
incremental converts must be done from the exact same repository, and not from a
copy made using svnsync (as this otherwise seemed to me to be a good way of
speeding up the initial lengthy pull of the history).

----------
messages: 5767
nosy: p.f.moore
priority: bug
status: unread
title: convert/subversion - error when copying from remote repository

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



More information about the Mercurial-devel mailing list