File comparison to display lines changed on 2 streams using RTC CLI
One answer
Hi,
You can use "scm diff" command to compare the file of streams. Please see http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m1/topic/com.ibm.team.scm.doc/topics/diff.html
When selecting a file, the "scm diff" can only use the version of the file on disk as the after state, so you need to create a workspace which has same version as one of the stream and load the file to a local sandbox, then use command:
scm diff file -S cp <local-path-of-the-file> stream <2nd-stream-name>
Regards,
Lily