5

I configured Mercurial on IIS 7 and I am able tu push and pull without problems some test files. But if I try to push a bigger repository I get for the hg push command line this error:

abort: error: An existing connection was forcibly closed by the remote host

From Tortoise HG I get some more detail:

lopen error [Errno 10054] An existing connection was forcibly closed by the remote host>

It seemed to me to be some kind of connection timeout for the CGI, but I extended the cgi timeout properties in IIS7 configuration. What could be the problem?

Donal Fellows
  • 133,037
  • 18
  • 149
  • 215
Ronnie
  • 4,959
  • 10
  • 51
  • 69
  • possible duplicate of [Mercurial client error 255 and HTTP error 404 when attempting to push large files to server](http://stackoverflow.com/questions/3068627/mercurial-client-error-255-and-http-error-404-when-attempting-to-push-large-files) – Ry4an Brase Jun 22 '10 at 03:46
  • 1
    marslogic has your answer down below on another question that's pretty much identical. It's a shame his answer never got picked there. – Ry4an Brase Jun 22 '10 at 03:46

1 Answers1

4

You might want to take a look at this one, where I provided a solution to the same problem: Client error when attempting to push large files.

Community
  • 1
  • 1
marcslogic
  • 882
  • 8
  • 11