Reputation: 13527
I want a developer to always write a description of the changes he / she made, followed by the words: "IAMSURE" on a new line.
Upvotes: 2
Views: 1431
Reputation: 301037
Have a pre-commit
hook on the repo that will look for empty message and stop the commit if so.
http://svnbook.red-bean.com/nightly/en/svn.reposadmin.create.html
Upvotes: 3