Update an existing stream with another stream in RTC
Accepted answer
- https://jazz.net/library/article/126 it is very useful in any way.
-
https://jazz.net/library/article/539
- https://jazz.net/library/article/1439
https://jazz.net/library/article/1439 describes your situation, I believe.
What you basically do is:
-
Create a repository workspace based on the first stream.
-
Load the repository workspace to disk.
-
Add the other stream as a flow target to your repo workspace.
-
Switch the current flow target of your repo workspace to the second stream.
-
Accept and merge incoming changes from the second stream, merge and fix issues if needed.
- Finally deliver your integration back to the second stream.
-
Switch the current flow target back to the first stream. If you had incoming changes and merges, you deliver those to the first stream, to bring it up to date.
Comments
Thanks a Lot for reply,
Is there any option using snapshot feature.
e.g I want to update data in Stream A from Stream B, I have taken snapshot of stream B can I use that in any way to update A.
You can replace each of the components in the stream with the baselines of the components in the other stream that have been created with the snapshot on the first stream.
Or you throw away Stream B and create a new Stream B from the snapshot.
thanks a lot. celebrate the day.
Please note, when you throw away the stream, users that have it as flow target will have to set their flow target to the new stream.
Also please note:
- Use a comment if you just want to comment to an answer (or question) rather than post another answer
- Accept answers that are sufficient to solve your question
Thanks!