vote up 1 vote down star

Got a bluescreen in windows while cloning a mercurial repository.

After reboot, I now get this message for almost all hg commands:

c:\src>hg commit waiting for lock on repository c:\src\McVrsServer held by '\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00' interrupted!

Google is no help.

Any tips?

flag

3 Answers

vote up 2 vote down

If the locked repo was the original, I can't imagine it was modifying it to clone it, so it was only preventing you from changing it in the middle and messing up the clone. It should be fine after removing the lock.

The new cloned copy (if it was a local clone) could be in any sort of malformed state, though, so you should throw it out and start it over. (If it was a remote clone, I would hope it failed and already threw out the incomplete copy.)

link|flag
vote up 0 vote down

Not to punt here, but you might just ask around in the Mercurial IRC channel - #mercurial on irc.freenode.net.

link|flag
vote up 3 vote down check

This seems to resolve it, but don't know if it is safe:

Delete the repository file: .hg/store/lock

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.