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: Bazaar Date: Thu, 17 Sep 2009 16:40:16 -0400 Message-ID: References: <87iqfhctv0.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1253220037 15945 80.91.229.12 (17 Sep 2009 20:40:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 17 Sep 2009 20:40:37 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 17 22:40:30 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 1MoNmI-00026D-2o for ged-emacs-devel@m.gmane.org; Thu, 17 Sep 2009 22:40:30 +0200 Original-Received: from localhost ([127.0.0.1]:57214 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MoNmH-0000Ra-CW for ged-emacs-devel@m.gmane.org; Thu, 17 Sep 2009 16:40:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MoNmB-0000NP-ML for emacs-devel@gnu.org; Thu, 17 Sep 2009 16:40:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MoNm6-0000EV-V0 for emacs-devel@gnu.org; Thu, 17 Sep 2009 16:40:23 -0400 Original-Received: from [199.232.76.173] (port=47242 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MoNm6-0000EI-O1 for emacs-devel@gnu.org; Thu, 17 Sep 2009 16:40:18 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:57691) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MoNm6-0005kG-7r for emacs-devel@gnu.org; Thu, 17 Sep 2009 16:40:18 -0400 Original-Received: from faina.iro.umontreal.ca (faina.iro.umontreal.ca [132.204.26.177]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id n8HKeHt4028415; Thu, 17 Sep 2009 16:40:17 -0400 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id E353F3A104; Thu, 17 Sep 2009 16:40:16 -0400 (EDT) In-Reply-To: <87iqfhctv0.fsf@stupidchicken.com> (Chong Yidong's message of "Thu, 17 Sep 2009 14:24:19 -0400") 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 RV3365=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:115430 Archived-At: >> I've just installed an "old" Bazaar mirror of Emacs's repository (the >> one in http://bzr.notengoamigos.org/emacs-merges.tar.gz) into >> sftp://bzr.sv.gnu.org/srv/bzr/emacs/emacs-merges. The "trunk" is >> actually called "master" (that's because the mirror went through Git). > Should this be [bzr.sv.gnu.org/r/emacs/emacs-merges/]? The > [bzr.sv.gnu.org/srv/bzr/emacs/emacs-merges/] url did not work for me. Sorry for not being more clear: sftp://bzr.sv.gnu.org/srv/bzr/emacs/emacs-merges is the "shared repository" of all branches. sftp://bzr.sv.gnu.org/srv/bzr/emacs/emacs-merges/master holds the branch that corresponds to the CVS trunk. But again, don't try to clone directly from there (it takes many hours), download a tarball instead (or do a "cp -a" after mounting the repository via sshfs, but beware that the core of the data is in sftp://bzr.sv.gnu.org/srv/bzr/emacs/emacs-merges/.bzr, so if you only copy a branch you'll be sorely disappointed). Stefan PS: Browsing http://bzr.savannah.gnu.org/lh/emacs/ should show you the available branches (it's got one Bzr branch per CVS tag).