[Python-Dev] Is the py3k mercurial mirror broken?
Benjamin Peterson
benjamin at python.org
Mon Jun 15 22:49:11 CEST 2009
There seem to be some issues with Subversion, so that's probably affecting hg.
2009/6/15 Paul Moore <p.f.moore at gmail.com>:
> I get the following:
>
>>hg version
> Mercurial Distributed SCM (version 1.2)
>
> Copyright (C) 2005-2008 Matt Mackall <mpm at selenic.com> and others
> This is free software; see the source for copying conditions. There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>
>>hg clone http://code.python.org/hg/branches/py3k python-3k
> requesting all changes
> adding changesets
> 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.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 25, in dispatch
> File "mercurial\dispatch.pyc", line 41, in _runcatch
> File "mercurial\dispatch.pyc", line 372, in _dispatch
> File "mercurial\dispatch.pyc", line 247, in runcommand
> File "mercurial\dispatch.pyc", line 417, in _runcommand
> File "mercurial\dispatch.pyc", line 377, in checkargs
> File "mercurial\dispatch.pyc", line 371, in <lambda>
> File "mercurial\util.pyc", line 718, in check
> File "mercurial\commands.pyc", line 603, in clone
> File "mercurial\hg.pyc", line 215, in clone
> File "mercurial\localrepo.pyc", line 2149, in clone
> File "mercurial\localrepo.pyc", line 1492, in pull
> File "mercurial\localrepo.pyc", line 2016, in addchangegroup
> File "mercurial\revlog.pyc", line 1192, in addgroup
> File "mercurial\changegroup.pyc", line 31, in chunkiter
> File "mercurial\changegroup.pyc", line 15, in getchunk
> File "mercurial\util.pyc", line 1674, in read
> File "mercurial\httprepo.pyc", line 18, in zgenerator
> zlib.error: Error -3 while decompressing: incorrect header check
>
> Paul.
> _______________________________________________
> Python-Dev mailing list
> Python-Dev at python.org
> http://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe: http://mail.python.org/mailman/options/python-dev/benjamin%40python.org
>
--
Regards,
Benjamin
More information about the Python-Dev
mailing list