Error Report
Robert Collins
robertc at robertcollins.net
Wed Jun 13 06:35:04 BST 2007
On Mon, 2007-06-11 at 20:25 -0400, jstarcher at gmail.com wrote:
> stealth17 at stealth17-desktop:~/ubercart$ bzr commit -m'Fixed some
> descriptions in the UPS module to make it more user-friendly'
> bzr: ERROR: bzrlib.errors.UnlockableTransport: Cannot lock: transport
> is read only: < bzrlib.transport.http._urllib.HttpTransport_urllib
This is the key part of it. You've checked out over http, but you don't
have a bzr smart server running on that http server to let you check in
again. You can address this several ways:
- if its not your server, do 'bzr unbind; bzr push <somewhere you can
write to>'
- if it is your server, install the bzr smart server
http://doc.bazaar-vcs.org/bzr-0.15/http_smart_server.htm configured for
read-write mode (be sure to use http authentication on the smart server
control urls if you configure it like this, as currently the smart
server does not know how to tell if a given request was authenticated or
not)
- if it is your server, change the url of the checkout to one that you
can write to - e.g
"bzr bind
sftp://bazaar.ubercart.org/home/ubercart/public_html/alpha/ubercat"
> ...in the UPS module to make it more user-friendly']
We should make the error print more nicely I think.
Rob
--
GPG key available at: <http://www.robertcollins.net/keys.txt>.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20070613/87b02fb0/attachment.pgp
More information about the bazaar
mailing list