From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: Locks on the Bzr repository Date: Fri, 20 Aug 2010 00:48:44 +0800 Message-ID: <4C6D606C.9010309@gnu.org> References: <4C6D57EE.70109@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1282237408 16438 80.91.229.12 (19 Aug 2010 17:03:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 19 Aug 2010 17:03:28 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 19 19:03:27 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 1Om8WS-0002YN-Lm for ged-emacs-devel@m.gmane.org; Thu, 19 Aug 2010 19:03:24 +0200 Original-Received: from localhost ([127.0.0.1]:53158 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Om8WR-0008Pg-Nf for ged-emacs-devel@m.gmane.org; Thu, 19 Aug 2010 13:03:23 -0400 Original-Received: from [140.186.70.92] (port=47778 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Om8IZ-00022y-7K for emacs-devel@gnu.org; Thu, 19 Aug 2010 12:49:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Om8IY-00042k-AY for emacs-devel@gnu.org; Thu, 19 Aug 2010 12:49:03 -0400 Original-Received: from mail-px0-f169.google.com ([209.85.212.169]:61847) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Om8IX-00042V-2y; Thu, 19 Aug 2010 12:49:01 -0400 Original-Received: by pxi5 with SMTP id 5so1296155pxi.0 for ; Thu, 19 Aug 2010 09:49:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=apDnQvaTLt/KTVGgmLV++Ybu1VWhP8JmFXh7TPdlf68=; b=vkg6brLRm6GFwfsSPt3COJ0qE9wE/TdUPmPdvqm5BaJmYtI4eFeyHT52Wkz/1FiQxm EsXyIG/vp9tb6X2O/Tj/dQM1TiYzS/Hx/Uxm1F0puTYcW82i0vJmvSGhH/liZ6QFU8ab x/usDY3BzBy/fMJTjvzEgg6Wg+fWu85/9eY9k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=MN4JAS8FdtqCwKIDdzUk7lyw/36zLHFOEpb3bgcGU+xdKHxCsoLzcVnYsmMf8gh4iO is0w+eih8GqoJi2BzigJXMOnihACw4oh1hc6j1oEV0HkaEKuB2ejwC1SO52kPc39arOv Alz7TcyHRdTo7pH3dbUne6X1bzAXKpsuDY1ig= Original-Received: by 10.114.72.1 with SMTP id u1mr152700waa.31.1282236539934; Thu, 19 Aug 2010 09:48:59 -0700 (PDT) Original-Received: from [192.168.249.100] ([202.87.221.130]) by mx.google.com with ESMTPS id c24sm2983379wam.7.2010.08.19.09.48.57 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 19 Aug 2010 09:48:58 -0700 (PDT) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:128882 Archived-At: On 20/8/2010 12:43 AM, Dan Nicolaescu wrote: > I have seen the lock problem happen when using -m<...> and on very > well connected machine, so it's might be just bzr being bzr. When you say you've seen the problem, is it your own locks you are seeing, or locks held by someone else? Normally you would only see other peoples' locks unless you are trying to multitask on the same tree, or an operation got interrupted and the lock really is stale.