SVNPlot was developed to create various types of statistics and graphs from subversion repository log data.
Steps to generate these statistics :
- subversion log information is first converted into a sqlite database.
- then using sql queries various stats are generated
- these stats are converted into graphs using the matplotlib package
The various graphs generated are inspired by the graphs generated using StatSVN / StatCVS.
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· Fixes a bug where rare case svnlog2sqlite.py got an 'Inconsistent line ending style' and stopped
· Fixes a bug in svnplot where svnplot crashed in end with error 'super' object has no attribute '__del__'