See number of SVN Checkins per folder
Posted
by
Farseeker
on Programmers
See other posts from Programmers
or by Farseeker
Published on 2011-11-24T22:09:56Z
Indexed on
2011/11/25
2:17 UTC
Read the original article
Hit count: 180
svn
I have a very large SVN repository (working copy of several gb) that has just reached its 20,000th checkin. As a bit of an interesting statistic for our team (and to partly celebrate our 20,000th checkin) I'd like to make a graph showing which folders in the repository have had the most checkins.
Is there any way to do this? We mostly use integrated SVN clients in our IDE and Tortoise SVN, but I'm willing to get other tools for this one-off thing.
© Programmers or respective owner