I have a google code repository and I would like to find some statistics, things like number of lines of code, number of commits etc.

I see that there is something called StatSVN but this requires the log file from the repository.

Does anyone know how I can get repository statistics for a google code SVN repository, either by getting the log file, or perhaps a plugin for eclipse?

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

An alternative would be to register your project on Ohloh (has been bought by Sourceforge.net) and add your Subversion repository as Enlistment. After some hours in which Ohloh downloads and analyzes the repository you and everybody else get some very nice charts about the development progress and some other statistical data.

Take for example the one for Subversion itself.

link|improve this answer
This is exactly what I wanted! Thanks @Robert – luketorjussen Jul 12 '11 at 15:10
feedback

Try mirroring the SVN repository with svnsync, which should be included in your svn installation on most *nixes.

On Windows, download the Slik SVN Subversion build, which includes all "admin" executables including svnsync.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.