On Mon, Dec 10, 2012 at 12:29 PM, Herbert Duerr <h...@apache.org> 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. >
Very cool. And now I know where to go with my Python questions .... ;-) -Rob > Herbert