error on commit

Martin Pool mbp at sourcefrog.net
Wed Jul 11 10:12:59 BST 2007


On 7/11/07, Fernandes Gilbert <gilbert.fernandes at atosorigin.com> wrote:
>

> I install a Bazaar repository on a Suse Server with http (tomcat) and sft
> server.
>
>
>
> From a Windows server I do a bazaar checkout , and I try to do a commit.
>
> I have an error.
>
> Here the commands & logs.
>
>
>
> D:\REPOSI~1\bazaar\head3\head5\dir1>bzr checkout
> http://myserver.com/ head5
>
>
>
>
>
> D:\REPOSI~1\bazaar\head3\head5\dir1>bzr commit -v -m "test
> commit"
>
> bzr: ERROR: bzrlib.errors.UnlockableTransport: Cannot lock:
> transport is read only:
> <bzrlib.transport.http._pycurl.PyCurlTransport
> url=http://aofrso572.SOPHIA.si.fr.atosorigin.com/.bzr/repository/>

Hi Gilbert,

What's happening here is that you're trying to commit to a server
accessed across http.  Because http is a readonly transport this
fails. I think you said you have sftp access to this server too.  So
you should just make a checkout from the sftp url, and then it should
be fine.  Please let us know if that fixes it or not.

-- 
Martin



More information about the bazaar mailing list