bzr error

Ben Finney bignose+hates-spam at benfinney.id.au
Mon Jul 7 04:03:55 BST 2008


Charliej <cjsmo at cableone.net> writes:

> Could someone tell me what is causing this error please

It tells you in the error message what's wrong:

> bzr: ERROR: bzrlib.errors.UnlockableTransport: Cannot lock: transport is read only: <bzrlib.transport.http._pycurl.PyCurlTransport url=http://bazaar.launchpad.net/~motu-mentoring-reception/reception-data/main/.bzr/repository/> 

You're trying to push using a read-only transport ("http"). Bazaar can
only push to a location if it can write to that location.

-- 
 \        “[…] a Microsoft Certified System Engineer is to information |
  `\     technology as a McDonalds Certified Food Specialist is to the |
_o__)                               culinary arts.” —Michael Bacarella |
Ben Finney




More information about the bazaar mailing list