
4 Jul
2008
4 Jul
'08
12:46 a.m.
Beman Dawes wrote:
Or perhaps "By convention, file and directory names are all lower case unless there is a compelling reason to use a different convention for a specific name." That seems reasonable. We don't have any mechanical way of enforcing that, but at least it gives clear guidance. We can check, however, that a directory doesn't contain two names that differ only in case.
The Subversion repository checks this when new files are committed, so we shouldn't need to do this check anywhere else. - Doug