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 and the bootstrap Date: Mon, 09 Aug 2010 10:57:41 +0200 Message-ID: <4C5FC305.30102@alice.it> References: <4C5D8EB2.7090601@alice.it> <83zkwwv6k6.fsf@gnu.org> <878w4g4ftu.fsf@telefonica.net> <874of4l1cp.fsf@uwakimon.sk.tsukuba.ac.jp> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: Quoted-Printable X-Trace: dough.gmane.org 1281344298 16083 80.91.229.12 (9 Aug 2010 08:58:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 9 Aug 2010 08:58:18 +0000 (UTC) Cc: =?ISO-8859-1?Q?=D3scar_Fuentes?= , emacs-devel@gnu.org To: "Stephen J. Turnbull" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 09 10:58:16 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.69) (envelope-from ) id 1OiOBT-0003e9-Jo for ged-emacs-devel@m.gmane.org; Mon, 09 Aug 2010 10:58:15 +0200 Original-Received: from localhost ([127.0.0.1]:57371 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OiOBT-00074E-0S for ged-emacs-devel@m.gmane.org; Mon, 09 Aug 2010 04:58:15 -0400 Original-Received: from [140.186.70.92] (port=53038 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OiOBH-00073C-IM for emacs-devel@gnu.org; Mon, 09 Aug 2010 04:58:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OiOBG-0004Ef-3j for emacs-devel@gnu.org; Mon, 09 Aug 2010 04:58:03 -0400 Original-Received: from smtp208.alice.it ([82.57.200.104]:36261) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OiOBF-0004E9-N6 for emacs-devel@gnu.org; Mon, 09 Aug 2010 04:58:02 -0400 Original-Received: from [82.57.170.235] (82.57.170.235) by smtp208.alice.it (8.5.124.08) id 4C1A271603372F41; Mon, 9 Aug 2010 10:57:51 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 In-Reply-To: <874of4l1cp.fsf@uwakimon.sk.tsukuba.ac.jp> X-detected-operating-system: by eggs.gnu.org: Windows 98 (1) 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:128461 Archived-At: Il 09/08/2010 8.57, Stephen J. Turnbull ha scritto: > =D3scar Fuentes writes: > > > > Nothing bad should happen, because if I'm right, Emacs invokes > > > "bzr status" which is done entirely locally. > > > He says that the modem lights blink, indicating network > > activity. Right! > > So it seems that the OP is using a lightweight > > checkout. Wow! Oscar, you have a crystal ball!! Really I did $ bzr checkout --lightweight http://bzr.savannah.gnu.org/r/emacs/trunk=20 emacs-trunk the first time I used BZR! > > If that is true, I wonder what info bzr needs from > > upstream. Indeed... > > Everything. From the help message: > > Usage: bzr checkout [BRANCH_LOCATION] [TO_LOCATION] > > Options: > --lightweight Perform a lightweight checkout. Lightweight c= heckouts > depend on access to the branch for every opera= tion. > > It's penny-wise and pound-foolish for anybody who is unfamiliar with > Bazaar to use lightweight checkouts. Occasional contributors and beta > testers should invest in a full branch, bound or not depending on > their use cases. So, what is it the best way to create the development source tree of Emac= s? Is, perhaps, the following? $ bzr checkout http://bzr.savannah.gnu.org/r/emacs/trunk emacs-trunk I wonder if there is a way that uses 'rsync', instead, like TeXLive[*]... Ciao, Angelo. --- [*] http://www.tug.org/texlive/svn : "You can retrieve the entire development source tree via rsync: rsync -a --delete --exclude=3D.svn tug.org::tldevsrc ."