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: Locks on the Bzr repository Date: Thu, 19 Aug 2010 12:24:45 -0400 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1282237048 13644 80.91.229.12 (19 Aug 2010 16:57:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 19 Aug 2010 16:57:28 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 19 18:57:26 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Om8Qe-0006my-Cu for ged-emacs-devel@m.gmane.org; Thu, 19 Aug 2010 18:57:24 +0200 Original-Received: from localhost ([127.0.0.1]:41777 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Om8Qd-00064a-U1 for ged-emacs-devel@m.gmane.org; Thu, 19 Aug 2010 12:57:23 -0400 Original-Received: from [199.232.76.173] (port=43051 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Om87Q-0004i1-3e for emacs-devel@gnu.org; Thu, 19 Aug 2010 12:37:32 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Om87O-0003VU-Fa for emacs-devel@gnu.org; Thu, 19 Aug 2010 12:37:31 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:55551) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Om87O-0003V4-1X for emacs-devel@gnu.org; Thu, 19 Aug 2010 12:37:30 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1Om7v3-00039k-JN; Thu, 19 Aug 2010 12:24:45 -0400 In-reply-to: (message from Stefan Monnier on Thu, 19 Aug 2010 17:40:29 +0200) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:128881 Archived-At: > From: Stefan Monnier > Date: Thu, 19 Aug 2010 17:40:29 +0200 > > Could it be that bzr grabs the lock when you do "bzr commit" and keep it > held for as long as you're editing the commit message? Maybe so, but why would it take Jason 28 minutes and 50-odd seconds to edit a commit message? I suspect the culprit is network traffic, but Jason should be able to tell more by looking at his .bzr.log file, where each operation is logged together with its timing.