[rabbitmq-discuss] Problems cloning hg repository
Ben Hood
0x6e6562 at gmail.com
Fri Aug 7 11:14:39 BST 2009
Brian,
On Fri, Aug 7, 2009 at 1:58 AM, Bryan Murphy<bmurphy1976 at gmail.com> wrote:
> Hey guys,
> I'm trying to download the RabbitMQ C# driver.
> Whenever I try to clone the hg repository, I'm getting an error like the following:
> abort: premature EOF reading chunk (got 1437330 bytes, expected 4715305)
> I've tried this both from my Windows machine, as well as a Linux machine up
> on Amazon's EC2
> cloud. After doing some research, it looks like this is likely a server side problem.
Is there another way I can get the C# driver source? I believe we're
running into some sort of a race condition under heavy load and would
like to make a custom build of the driver.
You can use the hgweb interface to get a zip file of the latest source.
When doing so, make sure that you use something from the default
branch, e.g. http://hg.rabbitmq.com/rabbitmq-dotnet-client/archive/5d07ce8ecbc9.zip
, otherwise you will just get some random junk.
Ben
More information about the rabbitmq-discuss
mailing list