info-cvs
[Top][All Lists]
Advanced

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

Re: Project Mgmt Integration


From: Karl Fogel
Subject: Re: Project Mgmt Integration
Date: 25 Sep 2000 18:17:47 -0500

Ken Riley <address@hidden> writes:
> 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?

I know of only VC::CVS, from CPAN (see www.perl.com/CPAN).

However, it sounds like what you want is not really CVS-specific, but
rather would be a script driven from commitinfo or loginfo, that
updates a working copy (make sure to do this in the background!) and
runs some sort of source code measurer on that, updating some stats
file on each run.

So it would be event-driven from commits, but is otherwise uninvolved
in the version control system.

-Karl



reply via email to

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