RTC compare change sets
One answer
If you are using the RTC Eclipse client, you can compare the workspace and stream, which will open up the Change Explorer view. You can then use the view menu (down arrow icon at the top right on the menu bar for the Change Explorer view) and select Generate Change Log...
From there you can specify the amount of details you want, and then save the result in a file (this can include the work items / change sets / files, etc.)
Comments
Hi, David.
Do you think I can do that with a script , I need to do it with a MS DOS batch file.
Thanks for the answer.
You can use the scm command line:
scm compare workspace <workspace_name_or_uuid> stream <stream_name_or_uuid> -f i
You could specify the -j/--json option to print the output in json format. For more information run 'scm help compare'.