Comment 3 for bug 733350

Revision history for this message
Brian de Alwis (slyguy) wrote : Re: LockContention error when pushing to a bound branch

Here's a synthetic example demonstrating the problem:

[/tmp/ex]$ bzr init a b c
bzr: ERROR: extra argument to command init: b

[/tmp/ex]$ bzr init a
Created a standalone tree (format: 2a)

[/tmp/ex]$ bzr init b
Created a standalone tree (format: 2a)

[/tmp/ex]$ bzr init c
Created a standalone tree (format: 2a)

[/tmp/ex]$ cd b

[/tmp/ex/b]$ bzr bind ../a

[/tmp/ex/b]$ cd ../c

[/tmp/ex/c]$ :>foo; bzr add; bzr commit -m 'Commit #1'
adding foo
Committing to: /private/tmp/ex/c/
added foo
Committed revision 1.

[/tmp/ex/c]$ bzr tag tag1
Created tag tag1.

[/tmp/ex/c]$ bzr push ../b
Unable to obtain lock file:///private/tmp/ex/a/ held by Brian de Alwis <email address hidden>
at chiclet.local [process #12112], acquired 0 seconds ago.
Will continue to try until 11:41:14, unless you press Ctrl-C.
See "bzr help break-lock" for more.
^Cbzr: interrupted