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

Re: Monitoring subversion activity?

From: Stephane Bortzmeyer <bortzmeyer_at_nic.fr>
Date: 2005-06-30 15:48:53 CEST

On Thu, Jun 30, 2005 at 01:00:12PM +0200,
 Lutz Frommberger <lutz@informatik.uni-bremen.de> wrote
 a message of 31 lines which said:

> is there any tool for monitoring activity on a subversion server,
> similar to WWW access statistics? The WebDAV accesses are logged in
> the web servers log file, but (for me) hard to extract.

If you want to make WWW-like statistics from the WebDAV module, the
log is a normal Apache log and any Apache tool such as analog will
work.

If you want to monitor the write activity (commits), I write my own
script using the Subversion API (one big plus when you compare
Subversion with CVS). That way, I can display the stats I want.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 30 17:29:15 2005

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.