Script to get infos about development snapshot differences

2012-12-10 Thread Herbert Duerr
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

Re: Script to get infos about development snapshot differences

2012-12-11 Thread Jürgen Schmidt
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. > >

Re: Script to get infos about development snapshot differences

2012-12-11 Thread Herbert Duerr
On 11.12.2012 10:02, Jürgen Schmidt wrote: 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

Re: Script to get infos about development snapshot differences

2012-12-11 Thread Rob Weir
On Mon, Dec 10, 2012 at 12: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 revisio

Re: Script to get infos about development snapshot differences

2012-12-11 Thread Marcus (OOo)
Am 12/10/2012 06:29 PM, schrieb Herbert Duerr: 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 th

Re: Script to get infos about development snapshot differences

2012-12-13 Thread Herbert Duerr
On 11.12.2012 22:06, Marcus (OOo) wrote: Am 12/10/2012 06:29 PM, schrieb Herbert Duerr: 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 ht

Re: Script to get infos about development snapshot differences

2012-12-13 Thread Kay Schenk
On 12/13/2012 02:41 AM, Herbert Duerr wrote: On 11.12.2012 22:06, Marcus (OOo) wrote: Am 12/10/2012 06:29 PM, schrieb Herbert Duerr: 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 sc

Re: Script to get infos about development snapshot differences

2012-12-14 Thread Herbert Duerr
On 13.12.2012 23:45, Kay Schenk wrote: [...] hmmm...we have a cgi-bin area for the project site. Could this be setup in there with some options to generate these on the fly as needed? I know NOTHING about Python scripting so I can't help. That's a good idea. The intended purpose of the script