Version 24 (modified by 16 years ago) (diff) | ,
---|
Recent Changes
Jul 5, 2023
Feb 4, 2019
svndigest
Svndigest is a tool for calculating statistics of a project under Subversion control. Svndigest traverses a directory structure and calculates developer statistics for all subversion controlled entries. The result is written to a user specifiable target directory in HTML format.
For each developer svndigest calculates the number of contributed lines in the latest revision. The developer who made the latest change to a line is considered as the contributor of that line regardless of who actually originally created that line. For each revision svndigest calculates the contribution from each developer in terms of lines have not been modified since that specific revision.
Svndigest distinguishes between different types of lines: line of code, line of comment, and empty lines (see Parsing?).
Screenshots
The svndigest statistics for the svndigest project is updated nightly. The bleeding edge version of svndigest is used to create the statistics.
Download
If you want to live on bleeding edge software, download the latest (maybe unstable) version through
svn checkout http://lev.thep.lu.se/repository/svndigest/trunk/ svndigest
The latest release can be downloaded as gzipped tar file, svndigest-0.5.tar.gz (MD5).
Requirements
To build and run svndigest, the following software packages must be installed:
- Subversion version >= 1.4
- Gnuplot with support for PNG via e.g. libpng or libgd.
- A standard C++ compliant compiler.
License
svndigest is an open source project and available for free under the GNU General Public License.
Contact
svndigest was conceived and created by Jari Häkkinen and Peter Johansson. The project is currently maintaied by both Jari and Peter. Please send feedback and suggestions through the ticketing system (use user svndigest and password svndigest).