<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
I'm having trouble checking out the .net client source from mercurial,
I get back two different errors this morning:<br>
<br>
$ hg clone <a class="moz-txt-link-freetext" href="http://hg.rabbitmq.com/rabbitmq-dotnet-client/">http://hg.rabbitmq.com/rabbitmq-dotnet-client/</a><br>
destination directory: rabbitmq-dotnet-client<br>
requesting all changes<br>
adding changesets<br>
adding manifests<br>
adding file changes<br>
transaction abort!<br>
rollback completed<br>
** unknown exception encountered, details follow<br>
** report bug details to <a class="moz-txt-link-freetext" href="http://www.selenic.com/mercurial/bts">http://www.selenic.com/mercurial/bts</a><br>
** or <a class="moz-txt-link-abbreviated" href="mailto:mercurial@selenic.com">mercurial@selenic.com</a><br>
** Mercurial Distributed SCM (version 1.1)<br>
** Extensions loaded:<br>
Traceback (most recent call last):<br>
&nbsp; File "/usr/bin/hg", line 20, in &lt;module&gt;<br>
&nbsp;&nbsp;&nbsp; mercurial.dispatch.run()<br>
&nbsp; File "dispatch.py", line 20, in run<br>
&nbsp; File "dispatch.py", line 29, in dispatch<br>
&nbsp; File "dispatch.py", line 45, in _runcatch<br>
&nbsp; File "dispatch.py", line 367, in _dispatch<br>
&nbsp; File "dispatch.py", line 416, in _runcommand<br>
&nbsp; File "dispatch.py", line 376, in checkargs<br>
&nbsp; File "dispatch.py", line 361, in &lt;lambda&gt;<br>
&nbsp; File "util.py", line 715, in check<br>
&nbsp; File "/usr/lib/python2.5/commands.py", line 595, in clone<br>
<br>
&nbsp; File "hg.py", line 215, in clone<br>
&nbsp; File "localrepo.py", line 2137, in clone<br>
&nbsp; File "localrepo.py", line 1481, in pull<br>
&nbsp; File "localrepo.py", line 2029, in addchangegroup<br>
&nbsp; File "revlog.py", line 1202, in addgroup<br>
&nbsp; File "changegroup.py", line 31, in chunkiter<br>
&nbsp; File "changegroup.py", line 21, in getchunk<br>
&nbsp; File "util.py", line 1662, in read<br>
&nbsp; File "httprepo.py", line 19, in zgenerator<br>
zlib.error: Error -3 while decompressing: invalid stored block lengths<br>
<br>
And later the same day:<br>
<br>
$ hg clone <a class="moz-txt-link-freetext" href="http://hg.rabbitmq.com/rabbitmq-dotnet-client/">http://hg.rabbitmq.com/rabbitmq-dotnet-client/</a><br>
destination directory: rabbitmq-dotnet-client<br>
requesting all changes<br>
adding changesets<br>
adding manifests<br>
adding file changes<br>
transaction abort!<br>
rollback completed<br>
abort: premature EOF reading chunk (got 1761403 bytes, expected 4715305)<br>
<br>
I've tried this using cygwin's hg and TortoiseHG on Windows, and using
hg on ubuntu, all with a similar errors.&nbsp; A few other things lead me to
believe this is a problem with the configuration of the
rabbitmq-dotnet-client repository:<br>
<ol>
  <li>the zip/bz2/gz archives I can download from
<a class="moz-txt-link-freetext" href="http://hg.rabbitmq.com/rabbitmq-dotnet-client/">http://hg.rabbitmq.com/rabbitmq-dotnet-client/</a> are all corrupt</li>
  <li>"hg clone <a class="moz-txt-link-freetext" href="http://hg.rabbitmq.com/rabbitmq-java-client/">http://hg.rabbitmq.com/rabbitmq-java-client/</a>" works
perfectly</li>
  <li>the zip archive I downloaded from
<a class="moz-txt-link-freetext" href="http://hg.rabbitmq.com/rabbitmq-java-client/">http://hg.rabbitmq.com/rabbitmq-java-client/</a> works perfectly<br>
  </li>
</ol>
I'm primarily using cygwin with hg version 1.1.&nbsp; <br>
<br>
Thanks,<br>
<pre class="moz-signature" cols="72">-- 
Ryan Davis
Acceleration.net
Director of Programming Services
2831 NW 41st street, suite B
Gainesville, FL 32606

Office: 352-335-6500 x 124
Fax: 352-335-6506</pre>
</body>
</html>