On 09.07.2012 20:54, Dave Fisher wrote:
On Jul 9, 2012, at 4:37 AM, Herbert Duerr wrote:
Testing is enabled now for the robot [1] that watches out for commits into our
SVN-tree and updates then updates the corresponding bugzilla entry if an issue
was referenced in the commit summary.
[...]
Currently the robot adds a one-line comment to an issue, e.g.
"hdu" committed SVN revision 1234567: #i25920# a test commit
Would it be helpful if the comment was more or less verbose? E.g. it could
mention whether trunk or a branch was updated, which sub-projects (e.g. sw, sc)
were touched, whether a commit into the release branch had a matching
release-blocker flag, etc.
You could add the url:
http://svn.apache.org/viewvc?view=revision&revision=1234567
That link can followed to show the whole commit.
Bugzilla already recognizes the keyword "revision" followed by a number
and then automatically links into viewvc. Please see e.g.
https://issues.apache.org/ooo/show_bug.cgi?id=120234#c2
where the full details of the commit are only a click away.
Herbert