What kinds of hook scripts are people using for Subversion? Just general ideas but code would be great too!
I forgot to enter a comment while committing. Didn't have time to figure out why my pre-revprop-change hook wasn't working. So the following svnadmin command worked for me to enter a commit message:
svnadmin setlog
,
where "junk" is the file containing the text which I wanted to be the comment. svn setlog help
has more usage info...