Version 18 (modified by 12 years ago) (diff) | ,
---|
Recent Changes
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 distinguish between different types of lines: line of code, line of comment, and empty lines.
Screenshot
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 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.
Trac help
- TracGuide -- Built-in Documentation
- The Trac project -- Trac Open Source Project
- Trac FAQ -- Frequently Asked Questions
- TracSupport -- Trac Support
For a complete list of local wiki pages, see TitleIndex.