2

I executed the following command:

bzr push lp:~orschiro/+junk/audio-recorder

It produces the following error:

bzr: ERROR: Could not acquire lock "(remote lock)": bzr+ssh://bazaar.launchpad.net/~orschiro/%2Bjunk/audio-recorder/

I tried to remove the lock as follows:

bzr break-lock https://code.launchpad.net/~orschiro/+junk/audio-recorder

However, I still do the same error. How do I properly remove the break-lock?

orschiro
  • 13,317
  • 17
  • 87
  • 161

1 Answers1

2

Break the lock over ssh rather than http (which doesn't provide write access on launchpad):

bzr break-lock lp:~orschiro/+junk/audio-recorder
jelmer
  • 2,136