info-cvs
[Top][All Lists]
Advanced

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

RE: Project Mgmt Integration


From: Matthew Berney
Subject: RE: Project Mgmt Integration
Date: Thu, 28 Sep 2000 16:11:18 -0700

Here's a perl script that uses cvs history and cvs annotate to measure the
rate of change on a codebase.  Executing this tool generates:
  -- the list of files that were modified on a daily and weekly basis
  -- the number of lines in each source file
  -- the number of lines changed per day in each source file
  -- the number of lines changed per week in each source file
  -- total number of source lines in files changed
  -- total number of lines changed per day
  -- total number of files changed per week.

All of this data is output in an HTML file for easy browsing.  I have a
cronjob that updates a work area each day and then runs the tool.

Hope this helps,

Matt





-----Original Message-----
From: Ken Riley [mailto:address@hidden
Sent: Monday, September 25, 2000 6:36 PM
To: CVS-List
Cc: Karl Fogel
Subject: Project Mgmt Integration


Hey all,

We've just completed the migration from the hated MS VSS to CVS. I'm
thrilled, my developers are happy, yippee!

I have only one more wish--to find a Perl widget that will integrate with
CVS and do things like track the growth of a project using metrics like
lines of source code or, better, function points (not likely given that we
do SQL and Web development). Any one know of something?

Thanks in advance,

Ken

-------------------------------------------------------------
  Ken Riley                        o: 512.416.8000 ext 124
  address@hidden                  h: 512.444.2650
  address@hidden              m: 512.750.4959
  (sends mail to my phone)

                 PGP Key Available at:
           <http://www.nodots.net/kenr/pgp/>


_______________________________________________
Info-cvs mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/info-cvs

Attachment: countChanges.pl
Description: Binary data


reply via email to

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