Hey Committers,It would be useful if we all could get in the habit of identifying the issue we are working on when we commit in the comment. Then JIRA can automatically associate the commit with the issue number etc.
Thus, you can do something like:svn ci -m "MAHOUT-40443 Changed the flux capacitor to run on garbage instead of plutonium" <files>
It will also make reading the mahout-commits@ emails easier, too. Thanks, Grant