| bzr push error: Cannot lock LockDir... | TL | 03/06/08 08:31 | I'm trying to update the trunk with a fix to the mod_tempfname.py
plugin. The following commands result in a "Cannot lock LockDir" error. How can I avoid this? bzr branch lp:leo-editor bzr merge < modified leo\plugins\mod_tempfname.py > bzr commit leo/plugins/mod_tempfname.py bzr push lp:leo-editor bzr: ERROR: Cannot lock LockDir(http://bazaar.launchpad.net/%7Eleo- editor-team/l eo-editor/trunk/.bzr/branch/lock): Transport operation not possible: http does n ot support mkdir() Thanks, TL |
| Re: bzr push error: Cannot lock LockDir... | Edward K. Ream | 03/06/08 10:50 | On Tue, Jun 3, 2008 at 10:31 AM, TL <t...@tltools.net> wrote: I define the following two aliases in bazaar.conf: unlock=break-lock bzr+ssh://edreamleo@bazaar.launchpad.net/~edreamleo/leo-editor/trunk/ unlock2=break-lock bzr+ssh://edreamleo@bazaar.launchpad.net/~leo-editor-team/leo-editor/trunk/ Probably either bzr unlock or bzr unlock2 will solve your problem. Edward |
| Re: bzr push error: Cannot lock LockDir... | Ville M. Vainio | 03/06/08 11:04 | On Tue, Jun 3, 2008 at 6:31 PM, TL <t...@tltools.net> wrote: > bzr: ERROR: Cannot lock LockDir(http://bazaar.launchpad.net/%7Eleo- You must use bzr+ssh protocol instead of http. That is, you have to Also, you may wish to use "bzr break-lock" command to break the specified lock. -- |
| Re: bzr push error: Cannot lock LockDir... | TL | 03/06/08 19:01 | Thanks Edward and Ville,
Very helpful!!! TL |