From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Karl Fogel Newsgroups: gmane.emacs.devel Subject: Re: bzr repository ready? Date: Thu, 12 Nov 2009 15:57:13 -0500 Message-ID: <87vdhfpil2.fsf@red-bean.com> 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> Reply-To: Karl Fogel NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1258061378 4768 80.91.229.12 (12 Nov 2009 21:29:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 12 Nov 2009 21:29:38 +0000 (UTC) Cc: Ian Clatworthy , Chong Yidong , emacs-devel@gnu.org, Daniel Clemente , Andreas Schwab , jearl@notengoamigos.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 12 22:29:23 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 1N8hEI-0006YM-Os for ged-emacs-devel@m.gmane.org; Thu, 12 Nov 2009 22:29:23 +0100 Original-Received: from localhost ([127.0.0.1]:46789 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8hEI-0003V5-3l for ged-emacs-devel@m.gmane.org; Thu, 12 Nov 2009 16:29:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N8gjO-0000SS-Jp for emacs-devel@gnu.org; Thu, 12 Nov 2009 15:57:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N8gjJ-0000Og-12 for emacs-devel@gnu.org; Thu, 12 Nov 2009 15:57:26 -0500 Original-Received: from [199.232.76.173] (port=47632 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8gjI-0000OX-9W for emacs-devel@gnu.org; Thu, 12 Nov 2009 15:57:20 -0500 Original-Received: from sanpietro.red-bean.com ([66.146.206.141]:35049) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N8gjH-0000MW-PR for emacs-devel@gnu.org; Thu, 12 Nov 2009 15:57:19 -0500 Original-Received: from localhost ([127.0.0.1]:39328 helo=kfogel-work ident=kfogel) by sanpietro.red-bean.com with esmtp (Exim 4.69) (envelope-from ) id 1N8gjF-0008Pl-2R; Thu, 12 Nov 2009 14:57:17 -0600 In-Reply-To: (Stefan Monnier's message of "Thu, 12 Nov 2009 15:18:59 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) 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:116907 Stefan Monnier writes: >> 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). Should the page say something like Anonymous Access bzr branch http://bzr.savannah.gnu.org/r/emacs/PATH/TO/BRANCH ...where PATH/TO/BRANCH may vary but can probably be figured out by browing the tree at http://bzr.savannah.gnu.org/lh/emacs for now? That seems like a reasonable workaround. If you agree, I'll file a ticket. >> 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'. Oh, thanks. I know the difference between repositories and branches in bzr, I just somehow unconsciously expected 'bzr branch' to do grab the whole repository. > 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. scp doesn't even know about "sftp:" $ scp -r \ sftp://kfogel@bzr.savannah.gnu.org/srv/bzr/emacs/emacs emacs-bzr-repository ssh: Could not resolve hostname sftp: Name or service not known $ The command that seems to work is: $ scp -r kfogel@bzr.savannah.gnu.org:/srv/bzr/emacs/emacs emacs-bzr-repository Fetching now... -Karl > 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