From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?SmFuIERqw6Rydg==?= Newsgroups: gmane.emacs.devel Subject: Re: VC and bzr. Date: Thu, 22 Apr 2010 07:26:26 +0200 Message-ID: <4BCFDE02.5090808@swipnet.se> References: <4BCF45FA.1060808@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1271914010 26402 80.91.229.12 (22 Apr 2010 05:26:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 22 Apr 2010 05:26:50 +0000 (UTC) Cc: Emacs-Devel To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 22 07:26:49 2010 connect(): No such file or directory 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 1O4ow0-0007mI-I5 for ged-emacs-devel@m.gmane.org; Thu, 22 Apr 2010 07:26:44 +0200 Original-Received: from localhost ([127.0.0.1]:54937 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O4ovz-0004EL-Qc for ged-emacs-devel@m.gmane.org; Thu, 22 Apr 2010 01:26:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O4ovr-0004DJ-3V for emacs-devel@gnu.org; Thu, 22 Apr 2010 01:26:35 -0400 Original-Received: from [140.186.70.92] (port=35752 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O4ovn-0004Bp-EZ for emacs-devel@gnu.org; Thu, 22 Apr 2010 01:26:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O4ovm-00041m-1z for emacs-devel@gnu.org; Thu, 22 Apr 2010 01:26:31 -0400 Original-Received: from smtprelay-h22.telenor.se ([195.54.99.197]:40825) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O4ovl-00041S-Sd for emacs-devel@gnu.org; Thu, 22 Apr 2010 01:26:30 -0400 Original-Received: from ipb1.telenor.se (ipb1.telenor.se [195.54.127.164]) by smtprelay-h22.telenor.se (Postfix) with ESMTP id 38F13EB8BB for ; Thu, 22 Apr 2010 07:26:28 +0200 (CEST) X-SENDER-IP: [85.225.45.110] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvZGAM16z0tV4S1uPGdsb2JhbACDFoRSlDUMAQEBATUtrAaRXIEqgndtBA X-IronPort-AV: E=Sophos;i="4.52,253,1270418400"; d="scan'208";a="66670463" Original-Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by ipb1.telenor.se with ESMTP; 22 Apr 2010 07:26:28 +0200 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 5258C7FA05A; Thu, 22 Apr 2010 07:26:27 +0200 (CEST) User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; sv-SE; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:124012 Archived-At: Andreas Schwab skrev 2010-04-22 00.19: > Jan Dj=C3=A4rv writes: > >> Does anybody know if it is possible to make bzr commit from vc async? >> Commit now takes at least 2-3 minutes, amd Emacs locks up during that = time. > > Use a branch instead of a checkout. That's the only sane way to use a > DVCS. > How will that help when committing to savannah? Jan D.