Getting snapshot as incoming change
Hi All,
I want to accept changes from say Stream1 to Stream2. So added Stream1 as a flow target of Stream2. Now in pending changes view i am getting change sets delivered to Stream1 as incoming changes. But along with change sets i am getting snapshot (stream1_ss, the stream1 was created from this snapshot) also as incoming change.
I am not able to understand why this is happening.
Somebody can please explain me.
Thanks.
|
2 answers
Ralph Schoon (63.5k●3●36●46)
| answered Nov 13 '14, 8:12 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
I would suggest to look into the library and read about RTC SCM. Start here: https://jazz.net/library/article/126 there are a host of documents as well: https://jazz.net/library/#sort=pubDate&tag=scm
Baselines are basically configurations of element versions of a component that belong together. They flow like changes. You deliver them after you create them on a repository workspace and you accept them if someone created and delivered them to a stream. You can flow from one stream to another if, and only if, there are no conflicts. The main usage is to promote a new state f a stream to another (e.g. from TEST to PROD). Typically there is only one direction of flow and thus conflicts can not happen. If you have conflicts, you have to resolve them using a repository workspace. The typical flow is to have a workspace W1 based on Stream1. They are in sync. Then you change the flow target to Stream2. You get differences between W1 and Stream2. You accept changes from Stream2 into W1 and merge conflicts if needed. Once done, you can deliver the changes to Stream2. You change the flow target back to Stream1 and can deliver the merged changes back to that. At this point the streams are in sync. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
RTC version?
its 4.0.3