Error while pushing a branch on Launchpad

Perrick Penet perrick at noparking.net
Fri Mar 14 08:38:12 GMT 2008


Hi,

I tried this command :

bzr push lp:~perrick/phptothemoon/trunk


And got the following result :

http://code.launchpad.net/~perrick/phptothemoon/trunk/ is redirected to 
https://code.launchpad.net/~perrick/phptothemoon/trunk/
bzr: ERROR: bzrlib.errors.UnlockableTransport: Cannot lock: transport is 
read only: <bzrlib.transport.http._urllib.HttpTransport_urllib 
url=http://bazaar.launchpad.net/~perrick/phptothemoon/trunk/.bzr/repository/>

Traceback (most recent call last):
   File "/opt/local/lib/python2.4/site-packages/bzrlib/commands.py", 
line 718, in run_bzr_catch_errors
     return run_bzr(argv)
   File "/opt/local/lib/python2.4/site-packages/bzrlib/commands.py", 
line 679, in run_bzr
     ret = run(*run_argv)
   File "/opt/local/lib/python2.4/site-packages/bzrlib/commands.py", 
line 375, in run_argv_aliases
     return self.run(**all_cmd_args)
   File "/opt/local/lib/python2.4/site-packages/bzrlib/builtins.py", 
line 820, in run
     push_result = br_from.push(br_to, overwrite)
   File "/opt/local/lib/python2.4/site-packages/bzrlib/decorators.py", 
line 127, in read_locked
     return unbound(self, *args, **kwargs)
   File "/opt/local/lib/python2.4/site-packages/bzrlib/branch.py", line 
1541, in push
     target.lock_write()
   File "/opt/local/lib/python2.4/site-packages/bzrlib/branch.py", line 
1318, in lock_write
     repo_token = self.repository.lock_write()
   File "/opt/local/lib/python2.4/site-packages/bzrlib/repository.py", 
line 252, in lock_write
     return self.control_files.lock_write(token=token)
   File 
"/opt/local/lib/python2.4/site-packages/bzrlib/lockable_files.py", line 
258, in lock_write
     token_from_lock = self._lock.lock_write(token=token)
   File "/opt/local/lib/python2.4/site-packages/bzrlib/lockdir.py", line 
453, in lock_write
     self.wait_lock()
   File "/opt/local/lib/python2.4/site-packages/bzrlib/lockdir.py", line 
392, in wait_lock
     self.attempt_lock()
   File "/opt/local/lib/python2.4/site-packages/bzrlib/lockdir.py", line 
198, 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/~perrick/phptothemoon/trunk/.bzr/repository/>

bzr 0.16.0 on python 2.4.4.final.0 (darwin)
arguments: ['/opt/local/bin/bzr', 'push', 'lp:~perrick/phptothemoon/trunk']

** please send this report to bazaar at lists.ubuntu.com

That's what I just did ;-) Can someone help me on this one ??

Yours,
	Perrick





More information about the bazaar mailing list