Auto delivery of changes from one Stream to another stream
Say we have Stream A i want all changes of Stream A to flow to Stream B Automatically. Setting the flow target of Stream A as Stream B does not work. Is there any other way to do it? Scenario is stream B wont affect changes from Stream A but changes from Stream A is required in Stream B.
Thanks,
Bharath Adhithya
Accepted answer
You can set another stream as a flow target. However, stuff does not deliver itself automatically. So you would have to either manually deliver from one stream to another, or you would have to use some kind of automation such as a build or cron job and for example the SCM command line to do the deliver.
Finally a deliver from a stream to another is only possible if there are no conflicts with changes of the target stream.