[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mercurial
Subject:    surffered with a zlib error
From:       "Lialie smth" <lialie () gmail ! com>
Date:       2007-05-17 2:42:14
Message-ID: d8265a750705161942x739b398w978e74b7b6c27c35 () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


error as follows:


E:\gf-aoi-repo4-galil>hg clone http://192.168.1.122/aoi-repo-current test
http authorization required
realm: Aoi Current Repo
user: cyj
password:
requesting all changes
adding changesets
** unknown exception encountered, details follow
** report bug details to http://www.selenic.com/mercurial/bts
** or mercurial@selenic.com
** Mercurial Distributed SCM (version unknown)
Traceback (most recent call last):
  File "c:\python24\scripts\hg", line 12, in ?
    commands.run()
  File "c:\python24\Lib\site-packages\mercurial\commands.py", line 2994, in
run
    sys.exit(dispatch(sys.argv[1:]))
  File "c:\python24\Lib\site-packages\mercurial\commands.py", line 3217, in
dispatch
    return d()
  File "c:\python24\Lib\site-packages\mercurial\commands.py", line 3178, in
<lambda>
    d = lambda: func(u, *args, **cmdoptions)
  File "c:\python24\Lib\site-packages\mercurial\commands.py", line 406, in
clone
    update=not opts['noupdate'])
  File "c:\python24\Lib\site-packages\mercurial\hg.py", line 200, in clone
    dest_repo.clone(src_repo, heads=revs, stream=stream)
  File "c:\python24\Lib\site-packages\mercurial\localrepo.py", line 1957, in
clone
    return self.pull(remote, heads)
  File "c:\python24\Lib\site-packages\mercurial\localrepo.py", line 1345, in
pull
    return self.addchangegroup(cg, 'pull', remote.url())
  File "c:\python24\Lib\site-packages\mercurial\localrepo.py", line 1825, in
addchangegroup
    if cl.addgroup(chunkiter, csmap, tr, 1) is None:
  File "c:\python24\Lib\site-packages\mercurial\revlog.py", line 1140, in
addgroup
    for chunk in revs:
  File "c:\python24\Lib\site-packages\mercurial\changegroup.py", line 31, in
chunkiter
    c = getchunk(source)
  File "c:\python24\Lib\site-packages\mercurial\changegroup.py", line 15, in
getchunk
    d = source.read(4)
  File "c:\python24\Lib\site-packages\mercurial\util.py", line 1061, in read
    for chunk in self.in_iter:
  File "c:\python24\Lib\site-packages\mercurial\httprepo.py", line 121, in
zgenerator
    yield zd.decompress(chunk)
zlib.error: Error -3 while decompressing: invalid distance too far back
transaction abort!
rollback completed

E:\gf-aoi-repo4-galil>

-- 
Life is too important to be taken serious!!

[Attachment #5 (text/html)]

<div>error as follows:</div>
<div>&nbsp;</div>
<div>
<p>E:\gf-aoi-repo4-galil&gt;hg clone <a \
href="http://192.168.1.122/aoi-repo-current">http://192.168.1.122/aoi-repo-current</a> \
test<br>http authorization required<br>realm: Aoi Current Repo<br>user: \
cyj<br>password:<br>requesting all changes <br>adding changesets<br>** unknown \
exception encountered, details follow<br>** report bug details to <a \
href="http://www.selenic.com/mercurial/bts">http://www.selenic.com/mercurial/bts</a><br>** \
or <a href="mailto:mercurial@selenic.com"> mercurial@selenic.com</a><br>** Mercurial \
Distributed SCM (version unknown)<br>Traceback (most recent call last):<br>&nbsp; \
File &quot;c:\python24\scripts\hg&quot;, line 12, in ?<br>&nbsp;&nbsp;&nbsp; \
commands.run()<br>&nbsp; File \
&quot;c:\python24\Lib\site-packages\mercurial\commands.py&quot;, line 2994, in run \
<br>&nbsp;&nbsp;&nbsp; sys.exit(dispatch(sys.argv[1:]))<br>&nbsp; File \
&quot;c:\python24\Lib\site-packages\mercurial\commands.py&quot;, line 3217, in \
dispatch<br>&nbsp;&nbsp;&nbsp; return d()<br>&nbsp; File \
&quot;c:\python24\Lib\site-packages\mercurial\commands.py&quot;, line 3178, in \
&lt;lambda&gt; <br>&nbsp;&nbsp;&nbsp; d = lambda: func(u, *args, \
**cmdoptions)<br>&nbsp; File \
&quot;c:\python24\Lib\site-packages\mercurial\commands.py&quot;, line 406, in \
clone<br>&nbsp;&nbsp;&nbsp; update=not opts[&#39;noupdate&#39;])<br>&nbsp; File \
&quot;c:\python24\Lib\site-packages\mercurial\hg.py&quot;, line 200, in clone \
<br>&nbsp;&nbsp;&nbsp; dest_repo.clone(src_repo, heads=revs, stream=stream)<br>&nbsp; \
File &quot;c:\python24\Lib\site-packages\mercurial\localrepo.py&quot;, line 1957, in \
clone<br>&nbsp;&nbsp;&nbsp; return self.pull(remote, heads)<br>&nbsp; File \
&quot;c:\python24\Lib\site-packages\mercurial\localrepo.py&quot;, line 1345, in pull \
<br>&nbsp;&nbsp;&nbsp; return self.addchangegroup(cg, &#39;pull&#39;, \
remote.url())<br>&nbsp; File \
&quot;c:\python24\Lib\site-packages\mercurial\localrepo.py&quot;, line 1825, in \
addchangegroup<br>&nbsp;&nbsp;&nbsp; if cl.addgroup(chunkiter, csmap, tr, 1) is None: \
<br>&nbsp; File &quot;c:\python24\Lib\site-packages\mercurial\revlog.py&quot;, line \
1140, in addgroup<br>&nbsp;&nbsp;&nbsp; for chunk in revs:<br>&nbsp; File \
&quot;c:\python24\Lib\site-packages\mercurial\changegroup.py&quot;, line 31, in \
chunkiter <br>&nbsp;&nbsp;&nbsp; c = getchunk(source)<br>&nbsp; File \
&quot;c:\python24\Lib\site-packages\mercurial\changegroup.py&quot;, line 15, in \
getchunk<br>&nbsp;&nbsp;&nbsp; d = source.read(4)<br>&nbsp; File \
&quot;c:\python24\Lib\site-packages\mercurial\util.py&quot;, line 1061, in read \
<br>&nbsp;&nbsp;&nbsp; for chunk in self.in_iter:<br>&nbsp; File \
&quot;c:\python24\Lib\site-packages\mercurial\httprepo.py&quot;, line 121, in \
zgenerator<br>&nbsp;&nbsp;&nbsp; yield zd.decompress(chunk)<br>zlib.error: Error -3 \
while decompressing: invalid distance too far back <br>transaction abort!<br>rollback \
completed</p> <p>E:\gf-aoi-repo4-galil&gt;<br clear="all"><br>-- <br>Life is too \
important to be taken serious!! </p></div>



_______________________________________________
Mercurial mailing list
Mercurial@selenic.com
http://selenic.com/mailman/listinfo/mercurial


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic