From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: 23 branch - can't push - lock Date: Thu, 16 Jun 2011 20:27:41 +0300 Message-ID: <83boxxy9de.fsf@gnu.org> References: <1C745F22-51D9-4FE6-A8EF-5D621109E656@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1308247749 8570 80.91.229.12 (16 Jun 2011 18:09:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 16 Jun 2011 18:09:09 +0000 (UTC) Cc: emacs-devel@gnu.org To: David Reitter Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 16 20:09:04 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QXH04-0007Pk-9N for ged-emacs-devel@m.gmane.org; Thu, 16 Jun 2011 20:09:04 +0200 Original-Received: from localhost ([::1]:44776 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXH02-0001ME-FP for ged-emacs-devel@m.gmane.org; Thu, 16 Jun 2011 14:09:02 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:51761) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXGOw-0007tm-HQ for emacs-devel@gnu.org; Thu, 16 Jun 2011 13:30:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QXGOu-0007KB-Sd for emacs-devel@gnu.org; Thu, 16 Jun 2011 13:30:42 -0400 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:56180) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXGOu-0007Jl-2a for emacs-devel@gnu.org; Thu, 16 Jun 2011 13:30:40 -0400 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0LMW001008J0UD00@a-mtaout21.012.net.il> for emacs-devel@gnu.org; Thu, 16 Jun 2011 20:29:42 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.126.164.125]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LMW001668LGR750@a-mtaout21.012.net.il>; Thu, 16 Jun 2011 20:29:42 +0300 (IDT) In-reply-to: <1C745F22-51D9-4FE6-A8EF-5D621109E656@gmail.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:140559 Archived-At: > From: David Reitter > Date: Thu, 16 Jun 2011 11:49:05 -0400 > > Can't push to the 23 branch - there's a lock. Any suggestions? Yes, the obvious: "bzr break-lock". But someone already did, because it isn't locked. Maybe it's a local lock on your machine, in which case "bzr break-lock" will fix that. > The usual bzr comment: This is not the only weird problem I had with Bazaar, and I was just trying to push a change to make the 23 branch compile again. It's been slow, I've seen unclear error messages, and now I can't push. Oh man. What is your network bandwidth? It's quite fast for me (I have 3.5Mbps). To say something positive at least, "bzr resolve" trumps git's manual "add" operations in terms of convenience. > dr@elin:~/Projects/emacs/emacs-23 $ bzr push > Using saved push location: bzr://bzr.savannah.gnu.org/emacs/emacs-23 > bzr: ERROR: Cannot lock LockDir(filtered-160255308:///emacs/emacs-23/.bzr/branch/lock): Permission denied: "/srv/bzr/emacs/emacs-23/.bzr/branch/lock/lufitpwgqo.tmp": [Errno 13] Permission denied: '/srv/bzr/emacs/emacs-23/.bzr/branch/lock/lufitpwgqo.tmp' That _is_ a local lock on your machine. Did you Ctrl-C in the middle of a commit or something?