On Mon, Jun 21, 2010 at 11:31 AM, Guido Moritz
<guido.mor...@uni-rostock.de> wrote:

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

You might want to take a look at CollabNet Subversion Edge.

http://www.collab.net/svnedge

It does not provide this information to you report-style as you are
looking, but it does enable the Subversion logging needed to produce
such a report.  Of course it does this by enabling the Subversion
operational logging from Apache.  This is a standard Subversion
feature if you configure and use it.  CollabNet Subversion Edge does
this for you and makes the daily log files accessible via web browser.

The other option would be to look at the raw Apache access logs and
run them through some kind of log analyzer.  The Subversion high-level
logs are easier to deal with because most Subversion commands like
"update" or "checkout" generate may low-level HTTP requests in the
access log.

-- 
Thanks

Mark Phippard
http://markphip.blogspot.com/

Reply via email to