I try to push my latest changes to a Codeplex repository. However I always do get a rollback (see below). What are my options?
- I have tried
force
anddebug
options, no further details or acceptance on the changes. - Tried to delete the whole repository (deleting the whole Codeplex project is no good option) - but haven't found a way. Wanted to "push completely new".
- Somebody here has written in another SO question, I should run recover. I have tried
recover
andhg recover
, but always the same rollback.
So what can I do?
The little information I get:
pushing to https://hg.codeplex.com/myproject
searching for changes
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: transaction abort!
remote: rollback completed
[command returned code 1 Sat Oct 27 21:40:53 2012]
Have tried
recover
and hg recover
Edit:
As of comment below, updated to Tortoise / Hg 2.5.1/2.3.2 - just for the sake of trying it. Situation unchanged, will try the other hint.