From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: "Bzr for Emacs Devs" including upstream branches Date: Mon, 12 Apr 2010 13:16:45 -0400 Message-ID: <87ljcs4mma.fsf@stupidchicken.com> References: <731182B7-A692-4F95-A947-A4BA90D58E4B@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1271092628 25699 80.91.229.12 (12 Apr 2010 17:17:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 12 Apr 2010 17:17:08 +0000 (UTC) Cc: Emacs-Devel devel To: Adrian Robert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 12 19:17:07 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 1O1NFu-0003rc-3K for ged-emacs-devel@m.gmane.org; Mon, 12 Apr 2010 19:17:02 +0200 Original-Received: from localhost ([127.0.0.1]:45153 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O1NFt-0005Ri-5v for ged-emacs-devel@m.gmane.org; Mon, 12 Apr 2010 13:17:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O1NFn-0005Qp-7u for emacs-devel@gnu.org; Mon, 12 Apr 2010 13:16:55 -0400 Original-Received: from [140.186.70.92] (port=35703 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O1NFh-0005Pi-0m for emacs-devel@gnu.org; Mon, 12 Apr 2010 13:16:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O1NFf-0005ki-JW for emacs-devel@gnu.org; Mon, 12 Apr 2010 13:16:48 -0400 Original-Received: from pantheon-po15.its.yale.edu ([130.132.50.71]:33059) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O1NFf-0005kW-Ff for emacs-devel@gnu.org; Mon, 12 Apr 2010 13:16:47 -0400 Original-Received: from furry (dhcp128036014140.central.yale.edu [128.36.14.140]) (authenticated bits=0) by pantheon-po15.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o3CHGjAN022714 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 12 Apr 2010 13:16:45 -0400 Original-Received: by furry (Postfix, from userid 1000) id 9ABD1C055; Mon, 12 Apr 2010 13:16:45 -0400 (EDT) In-Reply-To: <731182B7-A692-4F95-A947-A4BA90D58E4B@gmail.com> (Adrian Robert's message of "Mon, 12 Apr 2010 20:01:28 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.95 (gnu/linux) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 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:123525 Archived-At: Adrian Robert writes: > Hi, > > I was wondering if there is any equivalent to the excellent documents at: > > http://www.emacswiki.org/emacs/BzrQuickStartForEmacsDevs > http://www.emacswiki.org/emacs/BzrForEmacsDevs > > that talks a little bit about dealing with UPSTREAM branches? In the first page, there is this: If you work on other branches besides trunk, just cd into your shared repository and bzr checkout URL_TO_UPSTREAM_branch_name your_branch_name So, to get the emacs-23 branch you would do bzr checkout sftp://LOGINNAME@bzr.savannah.gnu.org/srv/bzr/emacs/emacs-23 emacs-23 from the bzr repository directory.