Stanislav Sedov <s...@freebsd.org> 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 Extended
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.

DES
-- 
Dag-Erling Smørgrav - d...@des.no
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to