Windows SVN pre-commit-hook
At a current project I work on, we use a Windows server to run our subversion repository.
I wanted to set up the pre-commit hook so that commits with empty comment are automatically rejected.
All commit-hook example files that go with Subversion are written in bash (as unix servers tend to be the normal).
Here is a the pre-commit hook rewritten as a windows .bat file.
