bzr: ERROR Directory not empty

Asked by Dr Small

Hello,
I was trying to push my branch back up to my project (gpgcontact) and in doing so, the connection seemed to time out. So I canceled the upload (CTRL + C) and then tried again. Now I am receiving this error:

"bzr: ERROR: Directory not empty: "/srv/bazaar.launchpad.net/push-branches/00/00/63/5b/.bzr/repository/lock/pending.413n4c17gw5zg6ndmoza.tmp": [Errno 39] Directory not empty"

I can no longer push to my branch. Any help would be appreciated.

Dr Small

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Dr Small
Solved:
Last query:
Last reply:
Revision history for this message
Dr Small (drsmall) said :
#1

Thanks to nhandler on #ubuntuforums-beginners, I was able to remove the lock, by using:
bzr break-lock

Problem Resolved :)