We have a Client/Server-project where there are three components:
- Client
- Server
- BaseLibrary
Both client and server reference to the BaseLibrary. Therefore I created two streams:
- Server Stream includes components Server and BaseLibrary
- Client Stream includes components Client and BaseLibrary
Now if I make changes to the BaseLibrary in one stream they aren’t present in the other. Is there a way to keep a component in-sync over different streams with RTC 2?
I also tried to set up the flow target for each other stream, but that doesn’t seem to help.
Flow target between Streams are just here to help you visualize where the deliver/accept flow should happen: it is a visualization tool which you can use when creating a "Flow diagram".
In 3.0.1, you can actually show pending changes from one Stream to another.
Now you could setup a build definition and use the post-build Deliver in order to deliver automatically from one Stream to the other: