From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: File-name clashes on 8+3 filesystems Date: Mon, 29 Dec 2003 12:27:10 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <8011-Mon29Dec2003122710+0200-eliz@elta.co.il> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1072696022 27182 80.91.224.253 (29 Dec 2003 11:07:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 29 Dec 2003 11:07:02 +0000 (UTC) Cc: Jonathan Yavner Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Dec 29 12:06:58 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 1AavEg-0002bn-00 for ; Mon, 29 Dec 2003 12:06:58 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AavEg-0004aj-00 for ; Mon, 29 Dec 2003 12:06:58 +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 1AawBy-00040d-N6 for emacs-devel@quimby.gnus.org; Mon, 29 Dec 2003 07:08:14 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AawBE-0003zi-8F for emacs-devel@gnu.org; Mon, 29 Dec 2003 07:07:28 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AawAf-0003t1-W3 for emacs-devel@gnu.org; Mon, 29 Dec 2003 07:07:25 -0500 Original-Received: from [192.114.186.18] (helo=bilbo.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Aaw9R-0003f5-MW; Mon, 29 Dec 2003 07:05:37 -0500 Original-Received: from zaretski (pns03-195-8.inter.net.il [80.230.195.8]) by bilbo.inter.net.il (Mirapoint Messaging Server MOS 3.3.8-GR) with ESMTP id CDH30312; Mon, 29 Dec 2003 12:29:26 +0200 (IST) Original-To: emacs-devel@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 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:18897 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18897 The current CVS includes some files whose names clash (map to the same file name) when truncated to 8+3 limits on DOS filesystems: INSTALL-CVS vs install-sh lisp/emacs-lisp/testcover-ses.el vs lisp/emacs-lisp/testcover-unsafep.el vs lisp/emacs-lisp/testcover.el Is it okay to rename INSTALL-CVS to INSTALL.CVS? Is it okay to rename testcover*.el to tcover*.el?