UnlockableTransport Error

David D Lowe daviddlowe.flimm at googlemail.com
Fri Jun 13 17:55:47 BST 2008


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/>

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 817, in
run_bzr_catch_errors
  return run_bzr(argv)
  File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 779, in
run_bzr
  ret = run(*run_argv)
  File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 477, in
run_argv_aliases
  return self.run(**all_cmd_args)
  File "/usr/lib/python2.5/site-packages/bzrlib/builtins.py", line 804, in
run
  push_result = br_from.push(br_to, overwrite)
  File "/usr/lib/python2.5/site-packages/bzrlib/decorators.py", line 127, in
read_locked
  return unbound(self, *args, **kwargs)
  File "/usr/lib/python2.5/site-packages/bzrlib/branch.py", line 1552, in
push
  target.lock_write()
  File "/usr/lib/python2.5/site-packages/bzrlib/branch.py", line 1329, in
lock_write
  repo_token = self.repository.lock_write()
  File "/usr/lib/python2.5/site-packages/bzrlib/repository.py", line 307, in
lock_write
  result = self.control_files.lock_write(token=token)
  File "/usr/lib/python2.5/site-packages/bzrlib/lockable_files.py", line
258, in lock_write
  token_from_lock = self._lock.lock_write(token=token)
  File "/usr/lib/python2.5/site-packages/bzrlib/lockdir.py", line 556, in
lock_write
  return self.wait_lock()
  File "/usr/lib/python2.5/site-packages/bzrlib/lockdir.py", line 485, in
wait_lock
  return self.attempt_lock()
  File "/usr/lib/python2.5/site-packages/bzrlib/lockdir.py", line 450, in
attempt_lock
  raise UnlockableTransport(self.transport)
UnlockableTransport: Cannot lock: transport is read only:
<bzrlib.transport.http._urllib.HttpTransport_urllib url=
http://bazaar.launchpad.net/%7Eflimm/complete-look/devel/.bzr/repository/>

bzr 0.90.0 on python 2.5.1.final.0 (linux2)
arguments: ['/usr/bin/bzr', 'push', 'lp:complete-look']

** please send this report to bazaar at lists.ubuntu.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ubuntu.com/archives/bazaar/attachments/20080613/79c3d062/attachment.htm 


More information about the bazaar mailing list