[issue970] hg clone failing, invalid literal for int() with base 16

Carl Burke mercurial-bugs at selenic.com
Thu Feb 7 13:57:12 CST 2008


New submission from Carl Burke <cburke at mitre.org>:

Multiple attempts to clone the Netbeans main repository failed; TortoiseHG 
provides no data, but command-line provided the following stack trace:


C:\netbeans-src>hg clone --verbose http://hg.netbeans.org/main
destination directory: main
requesting all changes
adding changesets
adding manifests
adding file changes
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 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 "mercurial\commands.pyc", line 512, in clone
  File "mercurial\hg.pyc", line 230, in clone
  File "mercurial\localrepo.pyc", line 2062, in clone
  File "mercurial\localrepo.pyc", line 1425, in pull
  File "mercurial\localrepo.pyc", line 1957, in addchangegroup
  File "mercurial\revlog.pyc", line 1159, in addgroup
  File "mercurial\changegroup.pyc", line 31, in chunkiter
  File "mercurial\changegroup.pyc", line 21, in getchunk
  File "mercurial\util.pyc", line 1446, in read
  File "mercurial\httprepo.pyc", line 141, in zgenerator
  File "mercurial\util.pyc", line 1472, in filechunkiter
  File "mercurial\keepalive.pyc", line 383, in read
  File "httplib.pyc", line 509, in read
  File "httplib.pyc", line 548, in _read_chunked
ValueError: invalid literal for int() with base 16: 'b\x8dE\x82\xe8q\xfd\x88
\xbd
\xac\xd1\xc3%?\xd9\n'

C:\netbeans-src>

----------
messages: 5141
nosy: cburke
priority: bug
status: unread
title: hg clone failing, invalid literal for int() with base 16

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



More information about the Mercurial-devel mailing list