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.)
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 & steerpike: ~/code/ bzr$ bzr merge
[1] 11025
andrew@
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.)