It's all about the answers!

Ask a question

Display common files of 2 streams through RTC CLI


Kaushambi Singh (371310379) | asked Apr 01 '13, 3:49 p.m.
Is it possible to display common files of 2 streams using RTC CLI ?

One answer



permanent link
Sonia Dimitrov (27159) | answered Apr 03 '13, 10:09 a.m.
JAZZ DEVELOPER
If you are asking for the intersection of common files between two streams, regardless of their content, you could explore the "list remotefiles", for example:

lscm list remotefiles --depth --workspace <workspace> <component> / > output.txt

The file listing in output.txt files could then be compared against each other.

Comments
Kaushambi Singh commented Apr 03 '13, 3:52 p.m.

Thanks for your reply but through scm compare command , is it possible to display unchanged files between 2 streams ?

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.