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: plan for code freeze Date: Thu, 29 Aug 2002 13:53:54 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: <200208291753.g7THrss11621@rum.cs.yale.edu> References: <200207181644.g6IGiuv11955@rum.cs.yale.edu> <200207191653.g6JGrpV26904@aztec.santafe.edu> <200208131634.g7DGYxf14020@rum.cs.yale.edu> <200208140515.g7E5F8R07436@wijiji.santafe.edu> <200208141439.g7EEd8o18274@rum.cs.yale.edu> <200208172008.g7HK8iu08874@wijiji.santafe.edu> <86u1llwrag.fsf@asgard.bp.aventail.com> <200208250526.g7P5QTS11987@wijiji.santafe.edu> <86hehfyoh6.fsf@asgard.bp.aventail.com> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1030643709 7123 127.0.0.1 (29 Aug 2002 17:55:09 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 29 Aug 2002 17:55:09 +0000 (UTC) Cc: wmperry@gnu.org, keichwa@gmx.net, monnier+gnu/emacs@rum.cs.yale.edu, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17kTVT-0001qP-00 for ; Thu, 29 Aug 2002 19:54:59 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17kU1q-0002lK-00 for ; Thu, 29 Aug 2002 20:28:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17kTWr-00039m-00; Thu, 29 Aug 2002 13:56:25 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17kTUa-0002Rs-00 for emacs-devel@gnu.org; Thu, 29 Aug 2002 13:54:04 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17kTUW-0002OK-00 for emacs-devel@gnu.org; Thu, 29 Aug 2002 13:54:01 -0400 Original-Received: from rum.cs.yale.edu ([128.36.229.169]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17kTUR-0002Ie-00; Thu, 29 Aug 2002 13:53:55 -0400 Original-Received: (from monnier@localhost) by rum.cs.yale.edu (8.11.6/8.11.6) id g7THrss11621; Thu, 29 Aug 2002 13:53:54 -0400 X-Mailer: exmh version 2.4 06/23/2000 with nmh-1.0.4 Original-To: Richard Stallman Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:7125 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:7125 > Unfortunately I'm stuck out in seattle right now and am swamped with work. > Is there anythin necessary other than symlinking the url CVS tree into the > emacs/lisp/ repository? > > Do such symlinks work in CVS repositories? I would have guessed they > do not, but I am not an expert. CVS has special support for symlinks-in-the-repository, so it should work, and if it doesn't, then CVS will tell you (I seem to remember that there are limits to what CVS handles). It is already used for emacs/src/regex.[ch] which is symlinked with gnulib/regex.[ch]. Stefan