It's all about the answers!

Ask a question

List of files changed


Samar Singh (141522) | asked Jun 04 '14, 9:26 a.m.
Hi,
   When running a build in RTC [version 4.0.5] Is there a way to get a list of all the files that where changed and from the last build i.e without comparing baselines or snapshots.
Any cmds to be run at the CLI command ?

One answer



permanent link
Jeff Care (1.0k3833) | answered Jun 04 '14, 9:30 a.m.
You can use the generatechangelog task from the build toolkit.

Comments
Shashikant Padur commented Jun 04 '14, 10:57 p.m.
JAZZ DEVELOPER

The scm cli has "list changesets" command that has 'created-after' option to specify the date to list the change sets. You can then use "list changes" command to list changes in the change set.


Or similar to the generatechangelog task mentioned above you could use the 'compare' command to compare two snapshots or compare the snapshot with a workspace/stream to list the changesets.

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.