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

Re: SVN Statistics

From: Mark Phippard <markphip_at_gmail.com>
Date: Mon, 21 Jun 2010 11:36:23 -0400

On Mon, Jun 21, 2010 at 11:31 AM, Guido Moritz
<guido.moritz_at_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/
Received on 2010-06-21 17:37:02 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.