$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Doug Gregor (dgregor_at_[hidden])
Date: 2007-08-28 15:57:10
On Aug 28, 2007, at 5:15 AM, Paul A Bristow wrote:
> I have recently had my wrist slapped by John Maddock, not once, but
> twice :-((
>
> My offences were committing both
>
> Too long filenames, and
It would be good to check for this.
> CamelCaseFileNames.
What's wrong with these? It's certainly bad to have names that differ
only by case, but CamelCaseFileNames by themselves aren't necessarily
evil...
> Are either of these crimes that could be prevented by SVN pre-
> commit rules?
Both can be, yes.
- Doug