On 12/10/12 6:29 PM, Herbert Duerr wrote: > As we want more regular snapshots it is interesting to know what > happened to code since the last snapshot. > > To get such info automatically I created a python script named > svnlog2info.py [1] which creates a html file for such a revision range. > > For the changes in AOO's trunk between 1405864 and 1418409 run > python svnlog2info.py trunk 1405864 1418409 > to get something like > http://people.apache.org/~hdu/izlist.htm > > [1] http://svn.apache.org/repos/asf/openoffice/devtools/scripts > > I hope this tool is useful for our project. >
thanks Herbert, I think it will be very useful when we create our release notes. Maybe we can tweak the output a little bit to improve the readability but is secondary ;-) To simplify the script I would like to remind all developers to add the issue number in a common way in the svn logs. I personally use always: --- #<issue-number># <short_one_line_description> <optional long description> <optional> Patch By: suggested By: Found By: Review By: ---