List of files changed
![]()
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
![]()
You can use the generatechangelog task from the build toolkit.
Comments 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.
|