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?
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
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.
|
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.