You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Lutz Frommberger <lu...@informatik.uni-bremen.de> on 2005/06/30 11:00:12 UTC

Monitoring subversion activity?

Hi,

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.

regards,
-- 
Lutz Frommberger
SFB/TR 8 Spatial Cognition - Project R3-[Q-Shape]
Cognitive Systems Research Group, Universität Bremen
http://www.cosy.informatik.uni-bremen.de/staff/lutz/
	

Re: Monitoring subversion activity?

Posted by Simon Whittaker <si...@swbh.net>.
Lutz Frommberger wrote:

>Hi,
>
>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.
>
>regards,
>  
>
If you are after just simple user activity then (and this is just a 
guess) try running it through webalizer - should show most active users, 
most active pages etc etc. Could be worth a try

S

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Monitoring subversion activity?

Posted by Stephane Bortzmeyer <bo...@nic.fr>.
On Thu, Jun 30, 2005 at 01:00:12PM +0200,
 Lutz Frommberger <lu...@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