tags:

views:

255

answers:

2

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?

A: 

Hi,

I'm having the same problem, both with the TortoiseHG client, and MacHG. Have you managed to find a solution yet? Any help would be much appreciated!

coderunner
Not a real solution to this problrm but I solved it with installing a linux server (ubuntu) with mercurial served by apache. Everithing is working now
Ronnie
+1  A: 

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.

marcslogic