From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2007-08-28 15:57:22


Caleb Epstein wrote:
> On 8/28/07, Paul A Bristow <pbristow_at_[hidden]> wrote:
>
>> Are either of these crimes that could be prevented by SVN pre-commit rules?
>>
>
> Definitely.
> Attached is my simplistic attempt at this, adapted from the skeleton
> pre-commit-check Python script that ships with the Subversion sources
As has been said in a previous, similar discussion, simple disallowing
of upper-case characters doesn't work. Bjam's files are called Jamroot
and Jamfile, and the capitalization matters.

Sebastian Redl