From owner-svn-src-all@FreeBSD.ORG Sat Jan 17 22:50:58 2009 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2699410656C4; Sat, 17 Jan 2009 22:50:58 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id D6B6C8FC13; Sat, 17 Jan 2009 22:50:57 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id n0HMoDRQ021421; Sat, 17 Jan 2009 15:50:14 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sat, 17 Jan 2009 15:50:44 -0700 (MST) Message-Id: <20090117.155044.43037614.imp@bsdimp.com> To: des@des.no From: "M. Warner Losh" In-Reply-To: <86ab9q14dl.fsf@ds4.des.no> References: <200901161547.n0GFlZ4C012008@svn.freebsd.org> <20090117142021.92d5a40b.stas@FreeBSD.org> <86ab9q14dl.fsf@ds4.des.no> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: stas@FreeBSD.org, svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org, ed@FreeBSD.org Subject: Re: svn commit: r187332 - head/tools/regression/usr.bin/jot X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jan 2009 22:50:58 -0000 In message: <86ab9q14dl.fsf@ds4.des.no> Dag-Erling_Sm=F8rgrav writes: : Stanislav Sedov writes: : > Was this discussed somewhere? I don't understand why we should : > restrict our filesystem naming because of limitation of auxilary : > filesystems. : = : Yes. We've already renamed files that had : in their names. : = : This is not just for Windows's sake, BTW: Apple's HFS and MacOS Exten= ded : file systems are case retentive but not case sensitive. : = : We should restrict filenames in the source tree (and in the installed= : system) to the POSIX portable filename character set ([A-Za-z0-9._-] = in : the C/POSIX locale) and avoid gratuitously long names. Yea, this is settled ground. With the move from cvs -> svn, it is now possible to checkout a tree on the Mac again. Before, contrib/files had a file names 'cvs'... Warner