From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Matt Nordhoff Newsgroups: gmane.comp.version-control.bazaar-ng.general,gmane.emacs.devel Subject: Re: Emacs Bazaar repository Date: Fri, 14 Mar 2008 11:30:19 +0000 Message-ID: <47DA61CB.1010908@mattnordhoff.com> References: <87skyvse7k.fsf@xmission.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1205494235 9493 80.91.229.12 (14 Mar 2008 11:30:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Mar 2008 11:30:35 +0000 (UTC) Cc: bazaar@lists.canonical.com, emacs-devel@gnu.org To: Andreas Schwab Original-X-From: bazaar-bounces@lists.canonical.com Fri Mar 14 12:31:03 2008 Return-path: Envelope-to: gcvbg-bazaar-ng@m.gmane.org Original-Received: from chlorine.canonical.com ([91.189.94.204]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ja87q-000829-Os for gcvbg-bazaar-ng@m.gmane.org; Fri, 14 Mar 2008 12:31:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.60) (envelope-from ) id 1Ja87G-0008AF-3V; Fri, 14 Mar 2008 11:30:26 +0000 Original-Received: from sd-green-bigip-207.dreamhost.com ([208.97.132.207] helo=spunkymail-a20.g.dreamhost.com) by chlorine.canonical.com with esmtp (Exim 4.60) (envelope-from ) id 1Ja87D-0008AA-CK for bazaar@lists.canonical.com; Fri, 14 Mar 2008 11:30:23 +0000 Original-Received: from [192.168.0.2] (fl-76-4-103-184.dhcp.embarqhsd.net [76.4.103.184]) by spunkymail-a20.g.dreamhost.com (Postfix) with ESMTP id 1942EE24FB; Fri, 14 Mar 2008 04:30:20 -0700 (PDT) User-Agent: Thunderbird 2.0.0.12 (X11/20080227) In-Reply-To: X-Enigmail-Version: 0.95.0 X-BeenThere: bazaar@lists.canonical.com X-Mailman-Version: 2.1.8 Precedence: list List-Id: bazaar discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bazaar-bounces@lists.canonical.com Errors-To: bazaar-bounces@lists.canonical.com Xref: news.gmane.org gmane.comp.version-control.bazaar-ng.general:38551 gmane.emacs.devel:92528 Archived-At: Andreas Schwab wrote: > My first impression is that bzr is slow, so slow that it is completely > unusable. How can it come that a simple bzr log takes more than a > minute to even start? Even cvs log is instantaneous in comparison, > although it has to request the log from the server. Yeah, the new pack disk format made many things faster, but it made whole-history operations like "bzr log" slower, and the developers are still working on that..