From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: [CVS] regex.[ch] missing in CVS checkout Date: Thu, 25 Dec 2003 16:53:38 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <871xqsuc59.fsf@emptyhost.emptydomain.de> References: <20031223225322.8E9BA612AA@sandy.gi.alaska.edu> <87ad5hr9nl.fsf@tc-1-100.kawasaki.gol.ne.jp> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1072367692 7770 80.91.224.253 (25 Dec 2003 15:54:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 25 Dec 2003 15:54:52 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Dec 25 16:54:49 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AZXp3-00082H-00 for ; Thu, 25 Dec 2003 16:54:49 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AZXp3-0002U3-00 for ; Thu, 25 Dec 2003 16:54:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AZYmA-0007aN-9b for emacs-devel@quimby.gnus.org; Thu, 25 Dec 2003 11:55:54 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AZYlz-0007ZD-La for emacs-devel@gnu.org; Thu, 25 Dec 2003 11:55:43 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AZYlT-00078z-Qt for emacs-devel@gnu.org; Thu, 25 Dec 2003 11:55:42 -0500 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AZYlT-00078U-DD for emacs-devel@gnu.org; Thu, 25 Dec 2003 11:55:11 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AZXnz-00017F-00 for ; Thu, 25 Dec 2003 16:53:43 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AZXnx-000177-00 for ; Thu, 25 Dec 2003 16:53:41 +0100 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AZXnx-00020d-00 for ; Thu, 25 Dec 2003 16:53:41 +0100 Original-Lines: 12 Original-X-Complaints-To: usenet@sea.gmane.org User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:uFU3dy4l/E2/yDqN1txVMp9z1NE= X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 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:18835 gmane.emacs.pretest.bugs:1696 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18835 Miles Bader writes: > I think regex.[ch] were(are?) symlinks in the CVS repository to the > `master copies' (something which CVS is supposed to handle properly), > because they are actually shared with other projects. I guess that a workaround is to check out the right project, then perform the symlinks on the client side. Does anyone know which project is this? It wasn't "gnu-regex", which is a Java thing. tia, Kai