Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot push to Hg project on Codeplex

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?

like image 236
Eben Roux Avatar asked Jun 13 '11 05:06

Eben Roux


2 Answers

For anyone having this problem on their own hg repo you need to run hg recover on the remote repo. It's a very simple fix but the error messages doesn't make this obvious.

(This is mentioned above, I just want to make it very clear).

like image 85
Sire Avatar answered Nov 18 '22 00:11

Sire


You should use the CodePlex Contact Us form and say what error you're getting and we'll run "hg recover" on your project for you.

like image 43
jwanagel Avatar answered Nov 18 '22 02:11

jwanagel