vote up 0 vote down star

I've been using Mercurial v 1.1 for several months to version documents and other files. Yesterday it suddenly failed with the message:

waiting for lock on working directory

This happens in all projects I have under .hg control. Mercurial also thinks that all files in all projects have changed.

There is no .hg/store/lock file in the project it says it is waiting on the lock for.

The only thing that could have caused this is that Windows installed security patch on my computer overnight.

Has anyone else seen this with Mercurial?

flag

59% accept rate

2 Answers

vote up 1 vote down

For working directory, the lock is .hg/wlock. Does the file exists? For rebuilding the dirstate (beware it won't restore changes like adds/remove/renames/copies), you can use hg debugrebuildstate.

link|flag
vote up 0 vote down

I upgraded to hg version 1.3.1 and everything works now.

I must have had corruption in the 1.1.1 binaries (from Cygwin).

Cygwin is still on 1.1.

link|flag

Your Answer

Get an OpenID
or

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