Lockfile not properly removed in branch

Asked by lucasvo

My bzr branch hosted on launchpad got somehow corrupted an the lock hasn't been removed.

when I try to push to this branch:
https://launchpad.net/people/harmony-dev/+branch/harmony/addressbook

I get the error:

lucasvo@supernova:~/Desktop/vincisolutions/webmail/addressbook$ bzr push
Using saved location: sftp://bazaar.launchpad.net/~harmony-dev/harmony/addressbook
bzr: ERROR: Lock was broken while still open: LockDir(sftp://bazaar.launchpad.net/%7Eharmony-dev/harmony/addressbook/.bzr/branch/lock) - check storage consistency!

how should I remove the lock? (running "bzr break-lock" locally doesn't solve the problem)

Question information

Language:
English Edit question
Status:
Answered
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
James Henstridge (jamesh) said :
#1

Does running "bzr break-lock sftp://bazaar.launchpad.net/~harmony-dev/harmony/addressbook" help? Running just "bzr break-lock" would try to remove stale locks in your local branch, while the error suggests that the stale lock is in the remote branch.

Can you help with this problem?

Provide an answer of your own, or ask lucasvo for more information if necessary.

To post a message you must log in.