vote up 1 vote down star

I have a SVN repository for my project; it keeps code, docs, graphs, etc. Everything related to the project is there and versioned. However, I am trying to get some kind of intelligent stats for my code. The stat program I am using is StatSVN - they seem to be best of breed as far as I can tell. However, I am getting results for old files, Word files, etc, and these results are skewing the graphs.

Ideas for battling through this and getting a reliable set of information about my cpp files? I don't just want to rebuild the repo, but I'm fearing that might be the best idea at the moment...

flag

79% accept rate

3 Answers

vote up 1 vote down check

I built StatSVN and currently maintain it :)

You can use exclude based on filenames and folders. Take a look at our wiki!

link|flag
vote up 1 vote down

Try setting your non-code items as externals and ignoring the externals when you want to run reports.

link|flag
Ben, I'm looking at the svn:external tag, and I'm not following how this would help in my situation unless I set up multiple repositories. Could you elucidate further? – Paul Nathan Oct 10 '08 at 18:42
Perhaps you could instead set a custom property instead of of using externals. Then ignore files with that property. – Craig Hyatt Oct 10 '08 at 18:56
@Vlion, sorry for the slow response. You would have to restructure your repository and move your non-code files into an externals directory. It may be easier to rebuild the repo unless you need specific info relating to the rev numbers. – Ben Robbins Oct 15 '08 at 4:54
vote up 0 vote down

It may or may not be what you are looking for, but I wrote a web based app that creates a report from the commit messages to SubVersion. It's still pretty light-weight, no real stats or anything like that, but it may help.

http://krazyyak.com/svnreport

link|flag
Hm. It won't take my user/pass(Yes, I'm confident I have the right one) – Paul Nathan Oct 10 '08 at 18:19
Hmm... I'll look into it, would you mind filing a bug report? swilliams.fogbugz.com/default.asp?pg=pgPublicEdit/… Please file what protocol you're using too, http or svn. Just to see it, you could try using something on google code, like this one: wittytwitter.googlecode.com/svn/trunk – swilliams Oct 10 '08 at 18:39
Filed. Unfortunately, it's not really what I'm looking for. I'm more looking for code churn type statistics. – Paul Nathan Oct 10 '08 at 19:00

Your Answer

Get an OpenID
or

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