How to get all SVN commits that do not include Jira bug key in the comment?
I have Jira and Fisheye setup so that I can include Jira key in the commit comment ( Smart Commits ). Fisheye will link source code and Jira issue mentioned in the commit. I would not like to use something like JIRA Commit Acceptance Plugin to decline commits without Jira keys. As it is too restrictive. But would still like to monitor commits without Jira keys. How to get a report of all SVN commits that do not include Jira bug Key in the comment? You can run following command on UNIX in the directory with your working copy: svn log | grep -v '\--' | awk 'ORS=(NR%3)?" ":"\n"' | grep -v "[ISSUE