[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn stats

From: Ryan Schmidt <subversion-2015_at_ryandesign.com>
Date: Sat, 3 Oct 2015 03:53:24 -0500

On Oct 1, 2015, at 7:38 AM, Gabor Varga wrote:

> is there a way to get some statistics out of SVN repositories without checking out the whole repository?
>
> When I say statistics I mean numbers like this:
>
> - number of checkins / developer / repo

This would require examining the log of every revision, which, yes, you can do without checking out the whole repository. (In fact, checking out the repository won't help you, since that doesn't include logs.)

> - number of lines of code / developer
> - number of lines of code / repository path

This might involve getting the diff of each revision.

> I used statsvn as a separate tool but it checks out everything. As we have a huge repo, this is not a good option.

Yes, this is a task best left to a separate tool.
Received on 2015-10-03 10:53:31 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.