[issue2317] hg clone error on windows

Kalori bugs at mercurial.selenic.com
Wed Aug 4 09:14:10 UTC 2010


New submission from Kalori <krn_2k at yahoo.com>:

Following errors on hg clone, OS windows XP Pro all service packs over high
speed broadband connection - no network problems.

C:\Code\Libs>hg clone
http://dataobjectsdotnet.googlecode.com/hg/dataobjectsdotnet
requesting all changes
adding changesets
adding manifests
adding file changes
transaction abort!
rollback completed
** unknown exception encountered, details follow
** report bug details to http://mercurial.selenic.com/bts/
** or mercurial at selenic.com
** Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel)]
** Mercurial Distributed SCM (version 1.6.2)
** Extensions loaded:
Traceback (most recent call last):
  File "hg", line 27, in <module>
  File "mercurial\dispatch.pyc", line 16, in run
  File "mercurial\dispatch.pyc", line 34, in dispatch
  File "mercurial\dispatch.pyc", line 54, in _runcatch
  File "mercurial\dispatch.pyc", line 490, in _dispatch
  File "mercurial\dispatch.pyc", line 351, in runcommand
  File "mercurial\dispatch.pyc", line 541, in _runcommand
  File "mercurial\dispatch.pyc", line 495, in checkargs
  File "mercurial\dispatch.pyc", line 488, in <lambda>
  File "mercurial\util.pyc", line 420, in check
  File "mercurial\commands.pyc", line 725, in clone
  File "mercurial\hg.pyc", line 334, in clone
  File "mercurial\localrepo.pyc", line 1853, in clone
  File "mercurial\localrepo.pyc", line 1206, in pull
  File "mercurial\localrepo.pyc", line 1722, in addchangegroup
  File "mercurial\revlog.pyc", line 1239, in addgroup
  File "mercurial\changegroup.pyc", line 31, in chunkiter
  File "mercurial\changegroup.pyc", line 20, in getchunk
  File "mercurial\util.pyc", line 924, in read
  File "mercurial\httprepo.pyc", line 20, in zgenerator
zlib.error: Error -3 while decompressing: invalid stored block lengths

------------

Second try:

C:\Code\Libs>hg clone http://dataobjectsdotnet.googlecode.com/hg/
dataobjectsdotnet
requesting all changes
adding changesets
adding manifests
adding file changes
transaction abort!
rollback completed
abort: connection ended unexpectedly

----------------

Third try over https:

C:\Code\Libs>hg clone https://dataobjectsdotnet.googlecode.com/hg/
dataobjectsdotnet
requesting all changes
adding changesets
adding manifests
adding file changes
transaction abort!
rollback completed
abort: _ssl.c:1325: error:1408F119:SSL routines:SSL3_GET_RECORD:decryption faile
d or bad record mac

----------
messages: 13286
nosy: Kalori
priority: critical
status: unread
title: hg clone error on windows

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


More information about the Mercurial-devel mailing list