info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Howto get statistics how many LOC user has checked to CVS?


From: Arthur Barrett
Subject: RE: Howto get statistics how many LOC user has checked to CVS?
Date: Wed, 7 Sep 2005 10:12:10 +1000

MJ,
 
CVSNT Server for Linux, Unix, Mac and Windows (free GPL, - just like CVS) includes a database audit feature (eg: MySQL).
 
A lot more detail about actions taken by the server are logged, and additional information too.  It has the advantage that if the audit fails so does the transaction, whereas in CVS HISTORY (and anything which relies on it) fails and will continue with the transaction.
 
The database stores the number of lines added or removed in each commit so that using SQL you can create a list of the most active CVSNT users by lines of code, number of checkins etc etc.
 
http://www.cvsnt.org/wiki/
 
If you would like to contribute to the open source project, they may be contacted via the newsgroup:
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
or
news://news.cvsnt.org/support.cvsnt
 
Regards,
 

Arthur Barrett
 
 
 
-----Original Message-----
From: address@hidden [mailto:address@hidden On Behalf Of Manta Jääskeläinen
Sent: 06 September 2005 15:14
To: address@hidden
Subject: Howto get statistics how many LOC user has checked to CVS?

Hi,

we have a cvs repository. It is possible anyhow to find out how many lines of code a specific user has checked into that repository?

How this could be done?

Thanks in advance.

//MJ

reply via email to

[Prev in Thread] Current Thread [Next in Thread]