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: Emacs 23.1.90 pretest Date: Wed, 09 Dec 2009 13:52:18 -0500 Message-ID: References: <87r5r47t7p.fsf@stupidchicken.com> <87y6lcqkpn.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 1260384764 15683 80.91.229.12 (9 Dec 2009 18:52:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Dec 2009 18:52:44 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 09 19:52:37 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 1NIReP-0001Si-5l for ged-emacs-devel@m.gmane.org; Wed, 09 Dec 2009 19:52:37 +0100 Original-Received: from localhost ([127.0.0.1]:40924 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NIReP-0000CO-0T for ged-emacs-devel@m.gmane.org; Wed, 09 Dec 2009 13:52:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NIReK-0000C6-Rm for emacs-devel@gnu.org; Wed, 09 Dec 2009 13:52:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NIReG-0000BW-DZ for emacs-devel@gnu.org; Wed, 09 Dec 2009 13:52:32 -0500 Original-Received: from [199.232.76.173] (port=37301 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NIReG-0000BT-Ab for emacs-devel@gnu.org; Wed, 09 Dec 2009 13:52:28 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:38832 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NIReG-0006ud-1p for emacs-devel@gnu.org; Wed, 09 Dec 2009 13:52:28 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AtkEAFKBH0vO+INN/2dsb2JhbACBTNYZhCwEihs X-IronPort-AV: E=Sophos;i="4.47,369,1257138000"; d="scan'208";a="51118568" Original-Received: from 206-248-131-77.dsl.teksavvy.com (HELO pastel.home) ([206.248.131.77]) by ironport2-out.pppoe.ca with ESMTP; 09 Dec 2009 13:52:18 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id A49838065; Wed, 9 Dec 2009 13:52:18 -0500 (EST) In-Reply-To: (Andreas Schwab's message of "Wed, 09 Dec 2009 16:48:38 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:118469 Archived-At: >> Unfortunately, this kind of thing tends to happen in first pretests when >> people try to squeeze stuff in at the last minute as I'm rolling the >> tarball. > You can avoid that if you use cvs rtag. I thought rtag was the problematic one. I always use `tag' instead, so I know it tags exactly the files I'm seeing at the moment. Then you can use that tag to export those exact same files to build a tarball, no matter what else happens on the trunk in the mean time. Stefan