Any SCM command to deliver change set(s) to multiple stream?
I did ask this question in different format and didn't get any solution for it. Looking forward to write a script if possible.
I have multiple streams for different releases, we need to deliver all change sets to upward streams without overwriting it. Any scm/lscm command to promote the change sets to multiple streams.
Ideal will be, if we can run a script having SCM commands and it can deliver all change sets from A to B Stream. Reject only those change sets having conflict.
Thanks
|
Accepted answer
You can use 'scm deliver --source <source_stream> --target <target_stream>' but will fail if there are conflicts and will not deliver any of the changes. 'scm help deliver' lists other options to use when performing the deliver operation.
Tanveer Zubair selected this answer as the correct answer
|
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.