When commiting code changes to the Sakai SVN repository I forget occasionally to include the relevant Jira "SAK" issue number in the log entry. We use the Jira Subversion plugin and neglecting to include the Jira reference in the commit log message prevents the commit info from being picked up by Jira.
Good
svn commit -m "SAK-13784 update Tomcat version to 5.5.26"
Bad
svn commit -m "update Tomcat version to 5.5.26"
So if you are bad like I am sometimes, issue the following svn command to correct the log, including the original commit's revision number and the updated log entry:
svn propset - ...