Comment 7 for bug 250121

Revision history for this message
Andrew Bennetts (spiv) wrote :

I believe one way to produce this error is to have another process running that holds the dirstate lock, for example I can cause this with the bzr-gtk plugin:

andrew@steerpike:~/code/bzr$ bzr gannotate README &
[1] 11025
andrew@steerpike:~/code/bzr$ bzr merge
bzr: ERROR: Could not acquire lock "[Errno 11] Resource temporarily unavailable"

Edmundo: do you have any other bzr processes running? What plugins do you use? (The output of "bzr plugins" will summarise them for you.)