Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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

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?

0 votes



One answer

Permanent link

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.

1 vote

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 1,381

Question asked: Apr 27 '17, 12:30 p.m.

Question was seen: 2,704 times

Last updated: May 11 '17, 9:01 a.m.

Confirmation Cancel Confirm