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: bzr repository ready? Date: Thu, 12 Nov 2009 15:18:59 -0500 Message-ID: References: <87vdsrjcco.fsf@workhorse.earlhome> <87fxjgb4ud.fsf_-_@red-bean.com> <87eiyy3lag.fsf@notengoamigos.org> <87bpu1451m.fsf@red-bean.com> <874ozs34c6.fsf@notengoamigos.org> <87k58nyih3.fsf@red-bean.com> <87d4eerm8w.fsf@red-bean.com> <87k4yy7qba.fsf@yahoo.com> <87vdiiof1d.fsf@canonical.com> <87d44ceg5s.fsf@stupidchicken.com> <87bpjwe46n.fsf@red-bean.com> <87zl6vskq0.fsf@red-bean.com> <874op07kb0.fsf@red-bean.com> <87639fr3w7.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 1258057220 22972 80.91.229.12 (12 Nov 2009 20:20:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 12 Nov 2009 20:20:20 +0000 (UTC) Cc: Ian Clatworthy , Chong Yidong , emacs-devel@gnu.org, Daniel Clemente , Andreas Schwab , jearl@notengoamigos.org To: Karl Fogel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 12 21:20:12 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 1N8g9K-0006SI-D3 for ged-emacs-devel@m.gmane.org; Thu, 12 Nov 2009 21:20:10 +0100 Original-Received: from localhost ([127.0.0.1]:57639 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8g9J-00052C-P6 for ged-emacs-devel@m.gmane.org; Thu, 12 Nov 2009 15:20:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N8g8M-00040m-Qh for emacs-devel@gnu.org; Thu, 12 Nov 2009 15:19:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N8g8H-0003up-Vi for emacs-devel@gnu.org; Thu, 12 Nov 2009 15:19:10 -0500 Original-Received: from [199.232.76.173] (port=53882 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8g8H-0003ue-Nk for emacs-devel@gnu.org; Thu, 12 Nov 2009 15:19:05 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:45842) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N8g8H-0002ru-Fc for emacs-devel@gnu.org; Thu, 12 Nov 2009 15:19:05 -0500 Original-Received: from faina.iro.umontreal.ca (faina.iro.umontreal.ca [132.204.26.177]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id nACKIx6v030713; Thu, 12 Nov 2009 15:18:59 -0500 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id 4912C3A461; Thu, 12 Nov 2009 15:18:59 -0500 (EST) In-Reply-To: <87639fr3w7.fsf@red-bean.com> (Karl Fogel's message of "Thu, 12 Nov 2009 13:31:36 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3405=0 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:116905 Archived-At: > How should we retrieve it? The instructions at > https://savannah.gnu.org/bzr/?group=emacs are wrong. They say: Indeed, they are, and there's a good chance those generic instructions are wrong for every single project using Bzr on savannah (i.e. they should be changed). > Anonymous read-only access > bzr branch http://bzr.savannah.gnu.org/r/emacs http://bzr.savannah.gnu.org/r/emacs (aka sftp://@bzr.savannah.gnu.org/srv/bzr/emacs) is the directory in which we get to play. Andreas put up his copy of the repository in an `emacs' subdiretory in there. But that is just a repository, whereas `bzr branch' wants a branch within this directory, so you'd need bzr branch http://bzr.savannah.gnu.org/r/emacs/emacs/ where could be `trunk'. If you try it, you'll probably die of boredom before it finishes. So better do an scp -r sftp://@bzr.savannah.gnu.org/srv/bzr/emacs/emacs instead for the initial checkout: that'll be much faster. Note that scp -r sftp://@bzr.savannah.gnu.org/srv/bzr/emacs/emacs/ will be faster still (even blazingly fast), but won't give you anything interesting since the actual data for that branch is somewhere under scp -r sftp://@bzr.savannah.gnu.org/srv/bzr/emacs/emacs/.bzr -- Stefan