Wim Bertels [mailto:[EMAIL PROTECTED] wrote: > is there a good way to obtain (/report) user statistics, > (these user are cvs users), > like for example: > alfred worked for 56% on project1, > joe worked for 14% on project1, > mark worked for 45% on project2, CVS has no support for that kind of reporting. All it can tell you is who checked in a file, when they checked it in, and what changes they made. If you are using 'cvs watch' then you might be able to determine how long somebody had a file checked out, but simply having it checked out does not necessarily bear any relationship to how much work they did on it.
-- Jim Hyslop Senior Software Designer Leitch Technology International Inc. (http://www.leitch.com) Columnist, C/C++ Users Journal (http://www.cuj.com/experts) _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
