← Back to team overview

yade-users team mailing list archive

Re: help with error debug

 

> Thank you Vaclav for the response.  
> When committing, I get this error:
>  
> booncw@ubuntu:~/YADE/myproject/yade$ bzr push lp:yade
> bzr: ERROR: Cannot lock
> LockDir(lp-46088528:///~yade-dev/yade/trunk/.bzr/branchlock):
> Transport operation not possible: readonly transport
It might be that (besides not being yade-dev member as anton suggests)
you did anonymous checkout over http, which will not let you commit. You
might need something like bzr bind lp:yade. If you do "bzr info"
somewhere in the tree, you should get

Checkout (format: unnamed)
Location:
       checkout root: .
  checkout of branch: bzr+ssh://bazaar.launchpad.net/~yade-dev/yade/trunk/

Related branches:
  submit branch: bzr+ssh://bazaar.launchpad.net/~yade-dev/yade/trunk/

If you have http or https instead of bzr+ssh, then it will not work. You
might need "bzr help switch", "bzr help bind" and such (but I am not
completely familiar with that).

Cheers, Vaclav




Follow ups

References