/ Published in: Bash
I've got terrible problems pushing on Launchpad with bazaar. Some errors as Errno 39 made me sick!
There is a simple answer: an atomic bazaar operation was not succesfully completed and a kind of lock prevents to push anymore.
The solution: break that lock!
Expand |
Embed | Plain Text
user@machine:~/bzr/$ cd myproject user@machine:~/bzr/myproject$ bzr break-lock sftp://launchpad_user@bazaar.launchpad.net/~launchpad_user/+junk/myproject held by launchpad_user on host machine [process #17538] locked 49 hours, 22 minutes ago? [y/n]: y user@machine:~/bzr/myproject$ bzr push sftp://launchpad_user@bazaar.launchpad.net/~launchpad_user/+junk/myproject --use-existing-dir
You need to login to post a comment.
