UnlockableTransport Error
Martin Pool
mbp at canonical.com
Mon Jun 16 04:53:12 BST 2008
On Sat, Jun 14, 2008 at 2:55 AM, David D Lowe
<daviddlowe.flimm at googlemail.com> wrote:
> Hello,
>
> I got an error trying to push my commit into the launchpad servers, posted
> below. I'm the owner of the branch, so I don't see what the problem is.
>
> Thanks for helping.
>
> This is the output of bzr push lp:complete-look
>
> http://code.launchpad.net/complete-look/ is redirected to
> https://code.launchpad.net/complete-look/
>
> bzr: ERROR: bzrlib.errors.UnlockableTransport: Cannot lock: transport is
> read only: <bzrlib.transport.http._urllib.HttpTransport_urllib
> url=http://bazaar.launchpad.net/%7Eflimm/complete-look/devel/.bzr/repository/>
Hi David,
Bazaar is trying to push over http, which is readonly -- you need to
use bzr+ssh to write.
I believe in later releases of bzr you will get a more obvious message
about this, and after using the 'bzr launchpad-login' command it will
work automatically. So I would recommend that you upgrade to 1.5 or
later if possible. Otherwise, you should be able to push with this
command:
bzr push --remember bzr+ssh://bazaar.launchpad.net/~flimm/complete-look/devel/
Hope that helps
--
Martin <http://launchpad.net/~mbp/>
More information about the bazaar
mailing list