I am trying to push changes to my codeplex project that is using mercurial.
I receive the following error:
abort: HTTP Error 500: abandoned transaction found - run hg recover
I have tried on my home PC and I get the same error.
I run "hg recover" and it says:
no interrupted transaction available
I know there is another simiar question here on SO. Some folks on the Net reckon one should run the recovery on the remote repository. I cannot do that. I have mailed the codeplex folks but haven't heard back.
Any ideas?
hg recoveris coming from the server side, so you would need to run the command on the remote repository (probably not possible?) – icabod Jun 13 '11 at 12:27