On Mon, Jun 21, 2010 at 11:31, Guido Moritz <guido.mor...@uni-rostock.de> wrote:
> Hi,
>
> I would like to have statistics for my SVN. Out there are several solutions,
> but all show commit stats only. What I am looking for are stats about
> reads/checkouts of the SVN. Is there such a tool available?

Depending upon how you serve your repository, you can generate some
(mostly from Apache logs). Subversion itself doesn't really care -
what's important is the activities which modify the repository, not
the ones that just look at it.

Ryan Schmidt, one of the mailing list members, has a script which can
do this from the Apache logs.
http://www.ryandesign.com/svnhookdispatcher/

Reply via email to