[issue1319] hg convert fails

Mike mercurial-bugs at selenic.com
Tue Sep 30 11:43:24 CDT 2008


New submission from Mike <mikepodonyi at gmail.com>:

I got the following Trace when i tried to convert a Subversion Repository
(hosted on a remote server, not locally).
It breaks only in 1 Revision.

My Context is: Windows XP ServicePack3

Here the tracelog:

C:\Development2\PrivateProjects\tts>hg convert svn://devbeta/shop4nowgm
assuming destination shop4nowgm-hg
scanning source...
sorting...
converting...
657 Made a Branch for "MissingImagesFinder" Project
transaction abort!
rollback completed
** unknown exception encountered, details follow
** report bug details to http://www.selenic.com/mercurial/bts
** or mercurial at selenic.com
** Mercurial Distributed SCM (version 1.0.2+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 364, in _dispatch
  File "mercurial\dispatch.pyc", line 417, in _runcommand
  File "mercurial\dispatch.pyc", line 373, in checkargs
  File "mercurial\dispatch.pyc", line 358, in <lambda>
  File "hgext\convert\__init__.pyc", line 127, in convert
  File "hgext\convert\convcmd.pyc", line 353, in convert
  File "hgext\convert\convcmd.pyc", line 295, in convert
  File "hgext\convert\convcmd.pyc", line 266, in copy
  File "hgext\convert\hg.pyc", line 156, in putcommit
  File "mercurial\localrepo.pyc", line 765, in rawcommit
  File "mercurial\localrepo.pyc", line 852, in commit
  File "mercurial\localrepo.pyc", line 742, in filecommit
TypeError: b2a_hex() argument 1 must be string or read-only buffer, not None

----------
messages: 7262
nosy: rudimenter
priority: bug
status: unread
title: hg convert fails

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



More information about the Mercurial-devel mailing list