From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: It is time for a feature freeze (it is NOW or never). Date: 16 Apr 2004 10:38:06 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200404071312.WAA25268@etlken.m17n.org> <87zn9nqras.fsf@emacswiki.org> <87hdvux5uz.fsf@orebokech.com> <87lll6v514.fsf@orebokech.com> <20040412041506.GA31211@fencepost> <200404161315.WAA22229@etlken.m17n.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1082126702 13260 80.91.224.253 (16 Apr 2004 14:45:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 16 Apr 2004 14:45:02 +0000 (UTC) Cc: romain@orebokech.com, emacs-devel@gnu.org, rms@gnu.org, storm@cua.dk, miles@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Apr 16 16:44:43 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BEUa9-0002xS-00 for ; Fri, 16 Apr 2004 16:44:41 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BEUa9-00071G-00 for ; Fri, 16 Apr 2004 16:44:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BEUXh-0004mu-0n for emacs-devel@quimby.gnus.org; Fri, 16 Apr 2004 10:42:09 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BEUUQ-0003S8-3y for emacs-devel@gnu.org; Fri, 16 Apr 2004 10:38:46 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BEUTs-0003E1-61 for emacs-devel@gnu.org; Fri, 16 Apr 2004 10:38:44 -0400 Original-Received: from [132.204.24.67] (helo=mercure.iro.umontreal.ca) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BEUTr-0003Dt-RX; Fri, 16 Apr 2004 10:38:11 -0400 Original-Received: from asado.iro.umontreal.ca (asado.iro.umontreal.ca [132.204.24.84]) by mercure.iro.umontreal.ca (Postfix) with ESMTP id 49EB42111D; Fri, 16 Apr 2004 10:38:08 -0400 (EDT) Original-Received: by asado.iro.umontreal.ca (Postfix, from userid 20848) id 411B28B4C3; Fri, 16 Apr 2004 10:38:07 -0400 (EDT) Original-To: Kenichi Handa In-Reply-To: <200404161315.WAA22229@etlken.m17n.org> Original-Lines: 47 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-DIRO-MailScanner-Information: Please contact the ISP for more information X-DIRO-MailScanner: Found to be clean X-DIRO-MailScanner-SpamCheck: n'est pas un polluriel, SpamAssassin (score=-4.9, requis 5, BAYES_00 -4.90) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:21771 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21771 > % cd .../emacs-trunk > % cvs tag handa-temp-tag > % cd .../emacs-unicode-2 > % cvs update -j emcas-unicode-2-base -j handa-temp-tag > % cvs commit -m 'Sync to HEAD' > % cd .../emacs-trunk > % cvs tag -F -r handa-temp-tag emacs-unicode-2 Seems right (except for the `emcas' typo and the fact that the last command should set emacs-unicode-2-base rather than emacs-unicode-2, but I expect these were copy-errors and you use the right commands ;-). > So, now all files in emacs-unicode-2 branch have arch tags. > But, I've never used arch. Could you tell me the exact > procedure to use arch for synchronizing? Well, you'll have to create an Arch branch first. > Is it surely easier than the above procedure for CVS? Once the branch is setup, merging is much easier because the management of emacs-unicode-2-base is basically all done for you. You'll just do tla star-merge --three-way miles@gnu.org--gnu-2004/emacs--cvs-trunk--0 to merge in changes from the cvs-trunk. > By the way, the last step above aborted as below. > [...] > T src/s/vms4-4.h > T src/s/vms5-5.h > T src/s/windows95.h > T src/s/xenix.h > cvs server: Tagging vms > T vms/README > T vms/make-mms-derivative.el > cvs [server aborted]: "tag" requires write access to the repository > Could someone tell me what it means? No idea. Can you try again? Since `cvs tag handa-temp-tag' worked, I'd assume that it was just a transient bug. Otherwise, it means that some permissions are messed up, which seems odd. Stefan