Deliver component from 1 stream to another using scm

445 views Asked by At

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

There are 1 answers

2
VonC On

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 1764 from 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.