with version 4.0.4, why the CLI 'scm compare' usage does not have the option for specifying a target stream?
I have RTC version 4.0.4, and trying to use the CLI 'scm compare', and realize it's usage does not have the option for specifying a target stream. I need to specify the target stream because we have same component name when we branch from the main stream to the next release stream, so it becomes ambiguous if using the option "-c <component name>". Here is an example when I ran the scm compare command:
scm.exe compare -c mdm_bpm -I dcbsw -f i baseline 516 baseline 518
Ambiguous selector "mdm_bpm" matched multiple items:
Possible matches:
(1107) "mdm_bpm"
(1041) "mdm_bpm"
Problem running 'compare':
Ambiguous component "mdm_bpm".
scm.exe compare -c mdm_bpm -I dcbsw -f i baseline 516 baseline 518
Ambiguous selector "mdm_bpm" matched multiple items:
Possible matches:
(1107) "mdm_bpm"
(1041) "mdm_bpm"
Problem running 'compare':
Ambiguous component "mdm_bpm".