From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: It is time for a feature freeze (it is NOW or never). Date: Fri, 16 Apr 2004 22:15:21 +0900 (JST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200404161315.WAA22229@etlken.m17n.org> References: <200404071312.WAA25268@etlken.m17n.org> <87zn9nqras.fsf@emacswiki.org> <87hdvux5uz.fsf@orebokech.com> <87lll6v514.fsf@orebokech.com> <20040412041506.GA31211@fencepost> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1082121871 31870 80.91.224.253 (16 Apr 2004 13:24:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 16 Apr 2004 13:24:31 +0000 (UTC) Cc: romain@orebokech.com, rms@gnu.org, storm@cua.dk, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Apr 16 15:24:16 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 1BETKK-0004V8-00 for ; Fri, 16 Apr 2004 15:24:16 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BETKJ-00060G-00 for ; Fri, 16 Apr 2004 15:24:15 +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 1BETGh-0001hU-Rm for emacs-devel@quimby.gnus.org; Fri, 16 Apr 2004 09:20:31 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BETCy-0000A8-1c for emacs-devel@gnu.org; Fri, 16 Apr 2004 09:16:40 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BETCK-0008Ir-73 for emacs-devel@gnu.org; Fri, 16 Apr 2004 09:16:31 -0400 Original-Received: from [192.47.44.130] (helo=tsukuba.m17n.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BETBm-0007zm-PH; Fri, 16 Apr 2004 09:15:27 -0400 Original-Received: from fs.m17n.org (fs.m17n.org [192.47.44.2]) by tsukuba.m17n.org (8.11.6p2/8.11.6) with ESMTP id i3GDFM805121; Fri, 16 Apr 2004 22:15:22 +0900 (JST) Original-Received: from etlken.m17n.org (etlken.m17n.org [192.47.44.125]) by fs.m17n.org (8.11.6p2/8.11.6) with ESMTP id i3GDFL902104; Fri, 16 Apr 2004 22:15:21 +0900 (JST) Original-Received: (from handa@localhost) by etlken.m17n.org (8.8.8+Sun/3.7W-2001040620) id WAA22229; Fri, 16 Apr 2004 22:15:21 +0900 (JST) Original-To: miles@gnu.org In-reply-to: <20040412041506.GA31211@fencepost> (message from Miles Bader on Mon, 12 Apr 2004 00:15:06 -0400) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.3 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI) 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:21757 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21757 In article <20040412041506.GA31211@fencepost>, Miles Bader writes: > On Sun, Apr 11, 2004 at 11:50:57PM -0400, Richard Stallman wrote: >> We could urge all the pretesters to try out the unicode branch now. >> That way we would get a picture of how far it is from readiness. > I was under the impression that the unicode-2 branch was fairly old (I looked > at a few files, and it seems to have last been updated from the trunk around > last summer), which might make such testing a bit questionable. > I think a merge one direction or another should take place. I've just synchronized emacs-unicode-2 branch to the trunk, i.e, I've done something like this: % 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 > Since unicode-2 was branched before I added taglines, it would take a bit of > preparation, but once done it would be simple for me to keep the unicode > branch synchronized between CVS and arch as I do with the trunk, and the > unicode hackers could continue to use CVS for daily hacking if they wished, > with arch used to keep the unicode branch updated with respect to the CVS > trunk (this latter is probably best done by a unicode hacker, as they would > know how to best resolve merge conflicts). 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? Is it surely easier than the above procedure for CVS? 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? --- Ken'ichi HANDA handa@m17n.org