How to count lines of code changed by team member
3 answers
jim.islandtraining.com wrote:
Out of curiosity, why do you want to know that?
In ClearCase, triggers provide a very simple mechanism to capture
checkin's by user and count lines modified. As RTC does not have
triggers, is there any mechanism that can be used to count lines of
code changed, by a user, between two baselines/snapshots
Out of curiosity, why do you want to know that?
jim.islandtraining.com wrote:
In ClearCase, triggers provide a very simple mechanism to capture
checkin's by user and count lines modified. As RTC does not have
triggers, is there any mechanism that can be used to count lines of
code changed, by a user, between two baselines/snapshots
Out of curiosity, why do you want to know that?
There are standard metrics that predict defects based on lines of code changed
In ClearCase, triggers provide a very simple mechanism to capture checkin's by user and count lines modified. As RTC does not have triggers, is there any mechanism that can be used to count lines of code changed, by a user, between two baselines/snapshots
You could load the entire stream with the command line interface, and run 'scm annotate' on each file and count the user ids.
e