We have a Mercurial clone hosted on IIS7. The clone has grown and now we are getting the following error when pulling or cloning from it over the web:
mpatch.mpatchError: patch cannot be decoded
However, when we host the clone through TortoiseHG’s webserver everything works fine. Does anyone know what IIS settings to change to get past this?
(we have opened an issue on the Mercurial site, but that is going way too slow)
We installed Apache Tomcat (took a day, go figure) and all is well. It seems that it’s only IIS7 giving problems and that there maybe are some settings I am not aware of. So this is the solution for now. Would be awesome if someone could come up with the IIS solution and let me know.