From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Emacs-23 release branch Date: Wed, 10 Mar 2010 20:00:58 +0200 Message-ID: <834oko2h0l.fsf@gnu.org> References: <83eijs2iuu.fsf@gnu.org> <87pr3c83ug.fsf@turtle.gmx.de> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1268244257 6815 80.91.229.12 (10 Mar 2010 18:04:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 10 Mar 2010 18:04:17 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Sven Joachim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 10 19:04:13 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 1NpQGR-0007Sc-IK for ged-emacs-devel@m.gmane.org; Wed, 10 Mar 2010 19:04:11 +0100 Original-Received: from localhost ([127.0.0.1]:50611 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NpQGR-0005td-4r for ged-emacs-devel@m.gmane.org; Wed, 10 Mar 2010 13:04:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NpQGL-0005rb-M5 for emacs-devel@gnu.org; Wed, 10 Mar 2010 13:04:05 -0500 Original-Received: from [140.186.70.92] (port=59384 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NpQF9-0003t5-0l for emacs-devel@gnu.org; Wed, 10 Mar 2010 13:04:05 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NpQDu-0005yw-EL for emacs-devel@gnu.org; Wed, 10 Mar 2010 13:02:50 -0500 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:38071) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NpQDu-0005yi-76 for emacs-devel@gnu.org; Wed, 10 Mar 2010 13:01:34 -0500 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0KZ200H00VALCY00@a-mtaout23.012.net.il> for emacs-devel@gnu.org; Wed, 10 Mar 2010 20:00:58 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.126.34.234]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KZ200GWAVDI7S30@a-mtaout23.012.net.il>; Wed, 10 Mar 2010 20:00:55 +0200 (IST) In-reply-to: <87pr3c83ug.fsf@turtle.gmx.de> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:121782 Archived-At: > From: Sven Joachim > Cc: Stefan Monnier , emacs-devel@gnu.org > Date: Wed, 10 Mar 2010 18:48:55 +0100 > > On 2010-03-10 18:21 +0100, Eli Zaretskii wrote: > > > It would be good if someone could post a recipe for a cheap creation > > of such a branch on a machine where there's already a bound branch for > > the trunk. I hope a full-blown "bzr checkout" is not necessary, but > > rather some sequence of "bzr branch"+"bzr bind"+"bzr up" or something. > > If you have set up a shared repository as recommended, it's just > > bzr branch --bind sftp://eliz@bzr.savannah.gnu.org/srv/bzr/emacs/emacs-23 emacs-23 > > This will only fetch the revisions that are not already in the local > repository (i.e. currently none if your copy of the trunk is up to > date). Thanks, that will save a lot of bandwidth.