
Hi, I just committed a change to my Inkscape repository, rev 10525. When I try to push it, I get the message:
C:\Users\Alvin\AppData\Roaming\InkscapeBZR>bzr push lp:inkscape Connected (version 2.0, client Twisted) Authentication (publickey) successful! Secsh channel 1 opened. bzr: ERROR: Could not acquire lock "(remote lock)":
any ideas? Alvin Penner

following some suggestions on the internet for this error, I attempted to break the lock, but got this response. I chose not to break the lock, since I was not sure what to do...
C:\Users\Alvin\AppData\Roaming\InkscapeBZR>bzr break-lock bzr+ssh://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/ Connected (version 2.0, client Twisted) Authentication (publickey) successful! Secsh channel 1 opened. Break lock bzr+ssh://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/.bzr/branch/lock held by ideasman42@...2293... on host crowberry [process #27108] locked 44 hours, 12 minutes ago? [y/n]: n

Just ran:
bzr break-lock bzr+ssh://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/
And made a small commit to test it works.
Apologies for causing this problem, It must have happened while I was doing a commit last. however I didn't run any strange commands, just the normal "bzr ci", can only assume I closed the terminal or something??? and left bzr it in a locked state.
On Wed, Aug 3, 2011 at 8:04 PM, Alvin Penner <penner@...1856...> wrote:
following some suggestions on the internet for this error, I attempted to break the lock, but got this response. I chose not to break the lock, since I was not sure what to do...
C:\Users\Alvin\AppData\Roaming\InkscapeBZR>bzr break-lock bzr+ssh://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/ Connected (version 2.0, client Twisted) Authentication (publickey) successful! Secsh channel 1 opened. Break lock bzr+ssh://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/.bzr/branch/lock held by ideasman42@...2293... on host crowberry [process #27108] locked 44 hours, 12 minutes ago? [y/n]: n
-- View this message in context: http://old.nabble.com/bzr%3A-ERROR%3A-Could-not-acquire-lock-%22%28remote-lo... Sent from the Inkscape - Dev mailing list archive at Nabble.com.
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers. Connect with experts. Get tools for creating Super Apps. See the latest technologies. Sessions, hands-on labs, demos & much more. Register early & save! http://p.sf.net/sfu/rim-blackberry-1 _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel

thanks, I see your commit on the repository. Now my problem is that I also have a commit to rev 10525 on my repository which I was not able to successfully push. Do you know how to revert my commit and get yours instead?
Alvin

If you're using bzr like it should be, you can do bzr uncommit, then pull, then commit, then push.
Cheers, Josh
On Wed, Aug 3, 2011 at 3:50 AM, Alvin Penner <penner@...1856...> wrote:
thanks, I see your commit on the repository. Now my problem is that I also have a commit to rev 10525 on my repository which I was not able to successfully push. Do you know how to revert my commit and get yours instead?
Alvin
View this message in context: http://old.nabble.com/bzr%3A-ERROR%3A-Could-not-acquire-lock-%22%28remote-lo... Sent from the Inkscape - Dev mailing list archive at Nabble.com.
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers. Connect with experts. Get tools for creating Super Apps. See the latest technologies. Sessions, hands-on labs, demos & much more. Register early & save! http://p.sf.net/sfu/rim-blackberry-1 _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel

thanks, that worked perfectly! The part I was missing was the 'uncommit' command, I had never used that before.
anyways, thanks again, Alvin
participants (3)
-
Alvin Penner
-
Campbell Barton
-
Josh Andler