Settings up a Mercurial server on IIS 6

Posted by TheCodeJunkie on Stack Overflow See other posts from Stack Overflow or by TheCodeJunkie
Published on 2010-03-24T14:35:22Z Indexed on 2010/03/24 14:43 UTC
Read the original article Hit count: 544

Filed under:
|
|
|
|

Hi,

I've set up a Mercurial server on a Windows 2003 / IIS 6 machine and when I try to pull the repository I get the following sequence

requesting all changes
adding changesets
adding manifests
adding file changes
transaction abort!
rollback completed
abort: premature EOF reading chunk (got 91303 bytes, expected 1542634)

I've tried pretty much everything I can think of, but with no success. I followed the steps of Jeremy Skinners guide on doing it for IIS7, but on an IIS6 server.

I found a post where the author was experiencing the same issue, but was unable to find a solution.

So far it looks like the solution is to migrate to Apache or upgrade to Windows 2008/II7 .. but if someone knows how to solve this, please let me know

© Stack Overflow or respective owner

Related posts about Windows

Related posts about mercurial