From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.devel Subject: Re: Switching to bzr: what remains to be done? Date: Sun, 04 Jan 2009 19:42:16 -0700 Message-ID: References: <87vdtu332o.fsf@red-bean.com> <200812090245.mB92j83j019610@mothra.ics.uci.edu> <87r64e8nqf.fsf@canonical.com> <873agm9zmh.fsf@canonical.com> Reply-To: Tom Tromey NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1231123359 5263 80.91.229.12 (5 Jan 2009 02:42:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 5 Jan 2009 02:42:39 +0000 (UTC) Cc: Karl Fogel , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 05 03:43:48 2009 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.50) id 1LJfRT-0002Qu-FX for ged-emacs-devel@m.gmane.org; Mon, 05 Jan 2009 03:43:47 +0100 Original-Received: from localhost ([127.0.0.1]:51187 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LJfQE-0007vE-0e for ged-emacs-devel@m.gmane.org; Sun, 04 Jan 2009 21:42:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LJfQ9-0007v9-6i for emacs-devel@gnu.org; Sun, 04 Jan 2009 21:42:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LJfQ7-0007ux-NK for emacs-devel@gnu.org; Sun, 04 Jan 2009 21:42:23 -0500 Original-Received: from [199.232.76.173] (port=37794 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LJfQ7-0007uu-Gi for emacs-devel@gnu.org; Sun, 04 Jan 2009 21:42:23 -0500 Original-Received: from mx2.redhat.com ([66.187.237.31]:32971) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LJfQ7-0002fP-0f for emacs-devel@gnu.org; Sun, 04 Jan 2009 21:42:23 -0500 Original-Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n052gLnT013832; Sun, 4 Jan 2009 21:42:21 -0500 Original-Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n052gJTs023057; Sun, 4 Jan 2009 21:42:20 -0500 Original-Received: from opsy.redhat.com (vpn-12-92.rdu.redhat.com [10.11.12.92]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n052gI4s030502; Sun, 4 Jan 2009 21:42:19 -0500 Original-Received: by opsy.redhat.com (Postfix, from userid 500) id 32E1850801F; Sun, 4 Jan 2009 19:42:17 -0700 (MST) X-Attribution: Tom In-Reply-To: (Stefan Monnier's message of "Sun\, 04 Jan 2009 21\:14\:53 -0500") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) X-Scanned-By: MIMEDefang 2.58 on 172.16.27.26 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:107589 Archived-At: >>>>> "Stefan" == Stefan Monnier writes: >> Is this expected? One hour to check out Emacs seems excessive. Stefan> I think it's pretty much expected, yes. Bzr is not a speed daemon, and Stefan> the initial checkout is a case in point. Luckily, this is not a common Stefan> occurrence, and it can be sped up in all kinds of ways (e.g. provide Stefan> a tarball snapshot of the checked out tree). I wonder why bzr can't do that itself. An update is also is quite slow: opsy. time bzr pull Using saved parent location: http://bzr.notengoamigos.org/emacs/trunk/ M INSTALL M admin/notes/copyright M lib-src/ChangeLog M lib-src/ebrowse.c M lib-src/etags.c M lib-src/rcs2log M lisp/ChangeLog M lisp/net/tramp.el M lisp/version.el M nextstep/ChangeLog M nextstep/Cocoa/Emacs.base/Contents/Info.plist M nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings M nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist All changes applied successfully. Now on revision 95259. real 1m17.355s user 0m8.825s sys 0m0.520s That is a lot of time for a pretty small change. Tom