Package: gforge-plugin-scmcvs
Version: 4.5.14-5

The statistical data for svn is written to the database by the script
svn-stats.php which is called by a cron-job.

The cron-job is defined as one entry in
/etc/cron.d/gforge-plugin-scmsvn:

55 4 * * Sun root [ -x /usr/lib/gforge/plugins/scmsvn/cronjobs/svn-stats.php ] 
&& php -d 
include_path=/etc/gforge:/usr/share/gforge/:/usr/share/gforge/www/include 
/usr/lib/gforge/plugins/scmsvn/cronjobs/svn-stats.php

so it's called on every Sunday morning, but the default behavior of
svn-stats.php is to only collect the statistically data for
yesterday.  So only statistics for Saturdays are generated.

Proposed solution:  The entry should be changed to

55 4 * * * root [ -x /usr/lib/gforge/plugins/scmsvn/cronjobs/svn-stats.php ] && 
php -d 
include_path=/etc/gforge:/usr/share/gforge/:/usr/share/gforge/www/include 
/usr/lib/gforge/plugins/scmsvn/cronjobs/svn-stats.php

-- 
Sascha Wilde                                      OpenPGP key: 4BB86568
Intevation GmbH, Osnabrück             http://www.intevation.de/~wilde/
Amtsgericht Osnabrück, HR B 18998             http://www.intevation.de/
Geschäftsführer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner

Reply via email to