It's all about the answers!

Ask a question

In a stream comparison, how can I list the actual physical changes to members that are different between the streams?


Steve Jordan (11223) | asked Apr 27 '17, 12:30 p.m.
retagged May 11 '17, 9:01 a.m. by Ken Tessier (84117)

I have a client who would like to list the actual physical changes to members when running a comparison between a development stream and the production stream.  Is there a way to do this from within RTC?

One answer



permanent link
Shashikant Padur (4.2k27) | answered Apr 27 '17, 11:04 p.m.
JAZZ DEVELOPER
edited Apr 27 '17, 11:04 p.m.

Using the scm command line tool you can run 'scm diff stream <development stream> stream <production stream>' which will list all the file changes between the development stream and the production stream.


If you just want to know which files have changed you could run 'scm compare stream <development stream> stream <production stream>'. This will list the incoming/outgoing change sets between the two streams. There is an option to list only the file paths.
This operation can also be performed in the RTC Eclipse or RTC Visual Studio clients.

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.