From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Emacs Bazaar repository Date: Thu, 20 Mar 2008 10:00:48 -0400 Message-ID: References: <87skyvse7k.fsf@xmission.com> <47DA3601.3040507@arbash-meinel.com> <87r6ecsww7.fsf@uwakimon.sk.tsukuba.ac.jp> <200803180148.m2I1m0dB003724@sallyv1.ics.uci.edu> <87fxuoznk2.fsf@red-bean.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1206021703 10210 80.91.229.12 (20 Mar 2008 14:01:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Mar 2008 14:01:43 +0000 (UTC) Cc: Emacs Devel To: "Juanma Barranquero" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 20 15:02:12 2008 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 1JcLLE-0000oD-5f for ged-emacs-devel@m.gmane.org; Thu, 20 Mar 2008 15:02:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JcLKV-00080V-8Q for ged-emacs-devel@m.gmane.org; Thu, 20 Mar 2008 10:01:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JcLKO-0007zO-Ez for emacs-devel@gnu.org; Thu, 20 Mar 2008 10:01:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JcLKJ-0007wu-Gy for emacs-devel@gnu.org; Thu, 20 Mar 2008 10:01:07 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JcLKG-0007wb-4b for emacs-devel@gnu.org; Thu, 20 Mar 2008 10:01:01 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JcLKF-0002G0-Aj for emacs-devel@gnu.org; Thu, 20 Mar 2008 10:00:59 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqQFAIIK4kdMCrTo/2dsb2JhbACBWqho X-IronPort-AV: E=Sophos;i="4.25,531,1199682000"; d="scan'208";a="16271552" Original-Received: from smtp.pppoe.ca (HELO smtp.teksavvy.com) ([65.39.196.238]) by ironport2-out.teksavvy.com with ESMTP; 20 Mar 2008 10:00:49 -0400 Original-Received: from pastel.home ([76.10.180.232]) by smtp.teksavvy.com (Internet Mail Server v1.0) with ESMTP id ARU18749; Thu, 20 Mar 2008 10:00:49 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id BCF09821D; Thu, 20 Mar 2008 10:00:48 -0400 (EDT) In-Reply-To: (Juanma Barranquero's message of "Tue, 18 Mar 2008 19:15:02 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.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:93038 Archived-At: >> I'd also like to hear from people working on other platforms (Macs OS >> X, Windows) to make sure that the Bzr mirror can be used there as well. > I've done a bit of testing with Jason Earl's mirror, using bzr 1.2.0 > on Windows XP. > It is slow. As I already reported, > bzr log --limit=30 --short lisp\ChangeLog > consumed all available memory and had to be killed. Also surprising, > using Jason's shared repository setup example, a simple > bzr merge --pull > from the sandbox branch takes ten or more seconds, and that's a purely local op. I was not talking about performance (we know about those problems already). I'm expecting problems such as "doesn't build", e.g. because of EOL issues. Stefan