I have a stream which contains multiple components. I want to break this stream into a development and a production stream (a bit like the ClearCase UCM Integration and Development Streams) .
How do I accomplish this ?
(In ClearCase, it was about creating a sub-Stream to an existing Stream)
Something like :
- Rename the current stream to dev-stream.
- Create a new stream prod-stream.
- Create new components to match components in '
dev-stream
' and add them to 'prod-stream
'
I have a workspace which flows with the stream 'dev-stream'.
To copy the code from the 'dev stream
' to the 'prod stream
', do I need to change my workspace flow target from 'dev-stream
' to 'prod-stream
' and deliver changes to this new stream?