From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Stephen J. Turnbull" Newsgroups: gmane.emacs.devel Subject: Re: BZR and the bootstrap Date: Mon, 09 Aug 2010 15:57:42 +0900 Message-ID: <874of4l1cp.fsf@uwakimon.sk.tsukuba.ac.jp> References: <4C5D8EB2.7090601@alice.it> <83zkwwv6k6.fsf@gnu.org> <878w4g4ftu.fsf@telefonica.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1281337212 23382 80.91.229.12 (9 Aug 2010 07:00:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 9 Aug 2010 07:00:12 +0000 (UTC) Cc: Angelo Graziosi , emacs-devel@gnu.org To: =?iso-8859-1?Q?=D3scar?= Fuentes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 09 09:00:09 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 1OiMLA-0005Jw-Tw for ged-emacs-devel@m.gmane.org; Mon, 09 Aug 2010 09:00:09 +0200 Original-Received: from localhost ([127.0.0.1]:53335 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OiMLA-0005SL-2H for ged-emacs-devel@m.gmane.org; Mon, 09 Aug 2010 03:00:08 -0400 Original-Received: from [140.186.70.92] (port=46831 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OiMKI-000559-Md for emacs-devel@gnu.org; Mon, 09 Aug 2010 02:59:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OiMKG-0000eO-Or for emacs-devel@gnu.org; Mon, 09 Aug 2010 02:59:13 -0400 Original-Received: from mtps02.sk.tsukuba.ac.jp ([130.158.97.224]:53209) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OiMKG-0000cC-Gp for emacs-devel@gnu.org; Mon, 09 Aug 2010 02:59:12 -0400 Original-Received: from uwakimon.sk.tsukuba.ac.jp (uwakimon.sk.tsukuba.ac.jp [130.158.99.156]) by mtps02.sk.tsukuba.ac.jp (Postfix) with ESMTP id A29E57FFA; Mon, 9 Aug 2010 15:59:04 +0900 (JST) Original-Received: by uwakimon.sk.tsukuba.ac.jp (Postfix, from userid 1000) id DA08A1A46B1; Mon, 9 Aug 2010 15:57:42 +0900 (JST) In-Reply-To: <878w4g4ftu.fsf@telefonica.net> X-Mailer: VM undefined under 21.5 (beta29) "garbanzo" ed3b274cc037 XEmacs Lucid (x86_64-unknown-linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:128452 Archived-At: =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. So it seems that the OP is using a lightweight > checkout. If that is true, I wonder what info bzr needs from > upstream. Everything. From the help message: Usage: bzr checkout [BRANCH_LOCATION] [TO_LOCATION] Options: --lightweight Perform a lightweight checkout. Lightweight checko= uts depend on access to the branch for every operation. 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.