Stream to stream flow not visible in RTC SCM Command Line
Hi,
I have set a flow target from Stream1 to Stream2 from command line. Stream1 has componentA which has files in it.
But in command line, when i am doing 'scm status' or 'scm show status', it is not showing me any pending changes.
In RTC eclipse client, when I do 'Show Pending Changes' on Stream1, Stream1 to Stream2 outgoing changes shows up. But it is not coming in command line.
How to acheive Stream to stream pending changes from command line?
Accepted answer
"scm status" command can only be run in a sandbox to show the pending changes. If you have set the flow target of Stream1 to Stream2, it's not possible to use 'scm status' as neither the streams can have a sandbox. This requirement is similar as the enhancement request https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id=218637
If you have a workspace to deliver change sets from Stream1 to Stream2, you have to change the workspace's flow target, after that you can use "scm status" under the sandbox of the workspace.
If you have a workspace to deliver change sets from Stream1 to Stream2, you have to change the workspace's flow target, after that you can use "scm status" under the sandbox of the workspace.