From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: BZR error! Date: Mon, 04 Jan 2010 16:48:18 +0100 Message-ID: <4B420DC2.6000704@alice.it> References: <4B41BC84.7060305@alice.it> <4B41FEF5.5030906@alice.it> <4B4203A0.20402@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1262620468 16656 80.91.229.12 (4 Jan 2010 15:54:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 4 Jan 2010 15:54:28 +0000 (UTC) Cc: Andreas Schwab , Emacs To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 04 16:54:15 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.50) id 1NRpFM-0006La-H7 for ged-emacs-devel@m.gmane.org; Mon, 04 Jan 2010 16:53:32 +0100 Original-Received: from localhost ([127.0.0.1]:51748 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NRpFM-0003B2-UJ for ged-emacs-devel@m.gmane.org; Mon, 04 Jan 2010 10:53:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NRpBk-0001fT-Ux for emacs-devel@gnu.org; Mon, 04 Jan 2010 10:49:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NRpBf-0001d9-Hn for emacs-devel@gnu.org; Mon, 04 Jan 2010 10:49:48 -0500 Original-Received: from [199.232.76.173] (port=46314 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NRpBf-0001d2-BL for emacs-devel@gnu.org; Mon, 04 Jan 2010 10:49:43 -0500 Original-Received: from smtp-out112.alice.it ([85.37.17.112]:2728) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NRpBe-0003QR-T0 for emacs-devel@gnu.org; Mon, 04 Jan 2010 10:49:43 -0500 Original-Received: from FBCMMO01.fbc.local ([192.168.68.195]) by smtp-out112.alice.it with Microsoft SMTPSVC(6.0.3790.3959); Mon, 4 Jan 2010 16:48:38 +0100 Original-Received: from FBCMCL01B05.fbc.local ([192.168.69.86]) by FBCMMO01.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Mon, 4 Jan 2010 16:48:38 +0100 Original-Received: from [82.55.237.89] ([82.55.237.89]) by FBCMCL01B05.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Mon, 4 Jan 2010 16:48:38 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0 In-Reply-To: X-OriginalArrivalTime: 04 Jan 2010 15:48:38.0562 (UTC) FILETIME=[61C69020:01CA8D55] X-detected-operating-system: by monty-python.gnu.org: Windows 2000 SP4, XP SP1+ 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:119365 Archived-At: Il 04/01/2010 16.27, Juanma Barranquero ha scritto: > > bzr branch http://bzr.savannah.gnu.org/r/emacs > > and > > cd emacs > bzr pull > > does not seem "much more complicated". That it works right now or not > is unrelated, and just transitory (apparently it works now if you use > http://bzr.savannah.gnu.org/r/emacs/emacs-23). Indeed, I used them! Only that now they do not work any more. If it is transitory, I can wait: I have just flagged the problem. > >> $ bzr branch --stacked http://bzr.savannah.gnu.org/r/emacs/trunk emacs-trunk > > Why do you use --stacked? > >> $ bzr checkout --lightweight http://bzr.savannah.gnu.org/r/emacs/trunk > > Why do you use --lightweight? Adding '--stacked' or '--lightweight', the tree I obtain has a size of 110M, as with CVS. Without them it is almost 200M: it add something that to the end of build it is not useful. > Define "we". Oops, 'you developers'! Sorry! For the sake of completeness, this work: $ bzr checkout --lightweight http://bazaar.launchpad.net/~vcs-imports/emacs/trunk emacs-trunk cd emacs-trunk bzr up Ciao, Angelo.