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 13:31:36 -0500 Message-ID: <87639fr3w7.fsf@red-bean.com> References: <87zli4jcc4.fsf@workhorse.earlhome> <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> 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 1258050718 735 80.91.229.12 (12 Nov 2009 18:31:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 12 Nov 2009 18:31:58 +0000 (UTC) Cc: Daniel Clemente , Chong Yidong , jearl@notengoamigos.org, Ian Clatworthy , emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 12 19:31:51 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 1N8eSU-0000mi-Aw for ged-emacs-devel@m.gmane.org; Thu, 12 Nov 2009 19:31:50 +0100 Original-Received: from localhost ([127.0.0.1]:42827 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8eST-0004F3-P0 for ged-emacs-devel@m.gmane.org; Thu, 12 Nov 2009 13:31:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N8eSO-0004DJ-Dr for emacs-devel@gnu.org; Thu, 12 Nov 2009 13:31:44 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N8eSJ-00049Z-Pt for emacs-devel@gnu.org; Thu, 12 Nov 2009 13:31:44 -0500 Original-Received: from [199.232.76.173] (port=56520 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8eSJ-00049R-Im for emacs-devel@gnu.org; Thu, 12 Nov 2009 13:31:39 -0500 Original-Received: from sanpietro.red-bean.com ([66.146.206.141]:41232) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N8eSJ-0002H9-7B for emacs-devel@gnu.org; Thu, 12 Nov 2009 13:31:39 -0500 Original-Received: from localhost ([127.0.0.1]:43797 helo=kfogel-work ident=kfogel) by sanpietro.red-bean.com with esmtp (Exim 4.69) (envelope-from ) id 1N8eSH-0005Bg-Cq; Thu, 12 Nov 2009 12:31:37 -0600 In-Reply-To: (Andreas Schwab's message of "Thu, 12 Nov 2009 14:55:29 +0100") 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:116902 Archived-At: Andreas Schwab writes: > I've now put it on bzr.sv.gnu.org under > . How should we retrieve it? The instructions at https://savannah.gnu.org/bzr/?group=emacs are wrong. They say: Anonymous read-only access bzr branch http://bzr.savannah.gnu.org/r/emacs Note: these paths are the default paths. Maybe the project is using a different layout. Developper [sic] write access (ssh) bzr branch sftp://@bzr.savannah.gnu.org/srv/bzr/emacs However, neither of those commands work, nor does adding another "/emacs" onto the end. Here are four things I tried: $ bzr --version Bazaar (bzr) 2.0.2 [...] $ bzr branch http://bzr.savannah.gnu.org/r/emacs bzr: ERROR: Not a branch: "http://bzr.savannah.gnu.org/r/emacs/". $ bzr branch sftp://kfogel@bzr.savannah.gnu.org/srv/bzr/emacs bzr: ERROR: Not a branch: "sftp://kfogel@bzr.savannah.gnu.org/srv/bzr/emacs/". $ bzr branch http://bzr.savannah.gnu.org/r/emacs/emacs bzr: ERROR: Not a branch: "http://bzr.savannah.gnu.org/r/emacs/emacs/.bzr/branch/". $ bzr branch sftp://kfogel@bzr.savannah.gnu.org/srv/bzr/emacs/emacs bzr: ERROR: Not a branch: "sftp://kfogel@bzr.savannah.gnu.org/srv/bzr/emacs/emacs/.bzr/branch/". $ By what exact command are you downloading this repository? I'm in #emacs on Freenode if anyone wants to chat about it in realtime. -Karl