GoogleCodeArchives / svnplot

Automatically exported from code.google.com/p/svnplot
0 stars 0 forks source link

Enhancement: Log file with statistics #27

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
=>What is the expected output? What do you see instead?
It would be highly useful if SVNPlot outputs a small log file (specific to
the repository) at the end of creating graphs and HTML file. Things like:
-Total commits in last week
-Total file count
-Total directory size
-Total Line Count (I know its included in HTML)

=>Please provide any additional information below.
This would be highly useful for people having many repositories on their
SVN server, wanting to get information for the server as a whole (for use
in performance measurement, usage statistics etc.).
We're finding SVNPlot very promising indeed!

Original issue reported on code.google.com by nikhilt...@gmail.com on 15 Feb 2010 at 9:58

GoogleCodeExporter commented 9 years ago
Thanks for the suggestion. Any suggestions on format for log file ? (simple ':' 
delimited text, json, xml or something other) ?

Nitin

Original comment by nitinbh...@gmail.com on 16 Feb 2010 at 4:30

GoogleCodeExporter commented 9 years ago
>>>This would be highly useful for people having many repositories on their
>>>SVN server, wanting to get information for the server as a whole (for use
>>>in performance measurement, usage statistics etc.)

I did some exploration on using PostgreSQL as backend (instead of sqlite). With 
information of multiple repositories stored in single database. However today 
there are few features hard coded with sqlite in mind. So its little difficult 
to migrate. Still I will explore it again.

Original comment by nitinbh...@gmail.com on 16 Feb 2010 at 4:32

GoogleCodeExporter commented 9 years ago
A delimited text is simple and useful. I hope its not going to be difficult.

Original comment by nikhilt...@gmail.com on 16 Feb 2010 at 4:44

GoogleCodeExporter commented 9 years ago
will be added in 0.6.1

Original comment by nitinbh...@gmail.com on 5 Apr 2010 at 3:36

GoogleCodeExporter commented 9 years ago
check the trunk for svnstatscsv.py. It exports various stats to CSV format.

The changes will be available in next release (0.7.x)

Original comment by nitinbh...@gmail.com on 11 Oct 2010 at 4:18

GoogleCodeExporter commented 9 years ago

Original comment by nitinbh...@gmail.com on 11 Oct 2010 at 4:18