How to deliver changesets to another stream in RTC 3.0
Hi
I'm working with 2 streams, each other in differents project areas
I want to receive changes from stream A in my stream B, but the stream A cannot view the changes from stream B, I mean, I want to merge both codes only in the B stream.
I'm working with RTC 3.0 iFix 1 and when I'm configuring flow targets in A stream, it doesn't works
How can I do this?
Thanks in advance
One answer
Having said that. You can configure a flow target from one Stream to another. In the Eclipse Client, you can then open the stream in the pending changes view (you might have to configure the view to show everything). Once you have done that and see the stream and the target, you can, in case there are outgoing changes, deliver them there. This only works if there are no merge conflicts. If there are, you need a repo workspace to resolve the conflicts.
Comments
I agree with Ralph, either way would work.
Whether or not the two streams are in different project areas doesn't matter ... what does matter is whether the two streams are in the same repository (if not, you will need to use distributed delivery), and whether you have the appropriate read and write access to the two streams.
Comments
Tim Mok
JAZZ DEVELOPER Oct 22 '14, 10:14 a.m.What do you mean by "it doesn't work"? Are there error messages? Can you select the stream?
Tim Mok
JAZZ DEVELOPER Oct 22 '14, 10:23 a.m.I just noticed you're on 3.0. Stream to stream flows weren't added until 3.0.1. You'll have to follow Ralph's suggestion and use a repository workspace.