$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (dgregor_at_[hidden])
Date: 2008-07-03 20:46:19
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