I need to deliver selected component from Stream 'A' to Stream 'B' through RTC scm commands. Could anyone suggest the combination of scm cmd required to deliver these changes. I have performed this task using build definition. Please answer related to scm cmd only
1 Answer
You don't deliver a component from a stream, you are delivering a change set from a repo workspace to a stream.
See deliver example:
Deliver changeset
1764from workspace "accept1" to stream "abcStream1"
C:\local-workspaces\HelloJazz>scm deliver 1764 -s 1353 -t 1354
Delivering changes:
Repository: https://localhost:9443/jazz/
Workspace: (1354) "abcStream1"
Component: (1365) "accept1 Default Component"
Change sets:
(1764) ---$ "No comment" 20-Aug-2014 10:14 PM
Changes:
---c- \10\10.txt
Deliver command successfully completed.
See more in those scm commands examples.
2 Comments
Ravi Yadav
In build definition,under post build tab, we have set flow target option to send selected component to another stream. Similar thing I want to do through scm. Please help with that
VonC
@RaviYadav I haven't found much so far: jazz.net/forum/questions/159544/…