Version 33 (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.
Documentation
- Install -- how to install svndigest
- Manual -- how to run svndigest and explanations of what is calculated
- Developer Information -- guidelines and other informations for developers
Screenshots
The svndigest statistics for the svndigest project is updated nightly. The bleeding edge version of svndigest is used to create the statistics.
Download
The forthcoming release schedule is published under the roadmap tab above. Svndigest is open software available for download from the DownloadPage.
The latest release can be downloaded as gzipped tar file, svndigest-0.5.tar.gz (MD5).
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
That will check out a copy of the svndigest source tree into a directory named svndigest on your local machine.
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').