It's all about the answers!

Ask a question

Want to calculate the changes in number of lines of code after Build for an Userid or at Task Level


Anbarasu Arivoli (811728) | asked Jul 10 '14, 7:43 a.m.

Hi,

We are using RTC version 4.0.6

I want to know the history of changes with respect to number of lines changed in a file or a stream after Integration Build at user id level or at task level.

Is this possible at scm command line interpreter to know how many lines of code a particular user or for particular workitem has been changed at a particular time period?

Any suggestions will be very much appreciated.

Regards,

Anbu

2 answers



permanent link
Shashikant Padur (4.2k27) | answered Jul 17 '14, 12:13 a.m.
JAZZ DEVELOPER
I don't think there is a easy way of doing this but a probable way could be:
The "lscm diff" command allows you to compare two changesets/baselines/snapshots. But this would show the diff for all the files and you may have to parse the output. The output will contain +++ and --- to indicate the changes.

permanent link
Anbarasu Arivoli (811728) | answered Sep 11 '14, 2:18 a.m.
 There is a option called Annotate which is used to calculate the number lines and history of changes to the code at user level. But it can be done only manually and extracting the report is also not feasible, though you can use the external tools or scripting to capture the Number of Lines information but will occupy lot of resources from the server and increases the load in App Server.

Thanks
Anbu

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.