How do we merge 2 baselines in one component (at least)
Hi there,
I know there have been many posts on this, but the one I found with the most information is pretty confusing to me. ( https://jazz.net/forum/questions/32173/how-to-do-parallel-streams ) We have hundreds of users, but we tend to direct them to work as simply as possible.
So, now we have a group that is using multiple streams for parallel development. They've now determined that they want to merge 2 of their baselines together (which have been working in parallel streams).
For example:
Stream A (component Z at baseline 3)
Stream B (component Z at baseline 7)
They want the changes from both streams together. These have been working separately for a while.
I don't quite understand "flow targets" since I haven't seen anything really explaining them. (Search in Jazz.net either yields no results or too many.) But I have the sneaky suspicion that I will need them to accomplish this.
Can I please get a simple answer on how to accomplish this? Or direct me to a place where I can get a simple answer?
Thank you much!
I know there have been many posts on this, but the one I found with the most information is pretty confusing to me. ( https://jazz.net/forum/questions/32173/how-to-do-parallel-streams ) We have hundreds of users, but we tend to direct them to work as simply as possible.
So, now we have a group that is using multiple streams for parallel development. They've now determined that they want to merge 2 of their baselines together (which have been working in parallel streams).
For example:
Stream A (component Z at baseline 3)
Stream B (component Z at baseline 7)
They want the changes from both streams together. These have been working separately for a while.
I don't quite understand "flow targets" since I haven't seen anything really explaining them. (Search in Jazz.net either yields no results or too many.) But I have the sneaky suspicion that I will need them to accomplish this.
Can I please get a simple answer on how to accomplish this? Or direct me to a place where I can get a simple answer?
Thank you much!
Accepted answer
When you say "merge 2 of their baselines together", I'll assume you mean "merge the streams containing those baselines together, and update both streams to contain the result of the merge".
The details differ depending on which RTC client you are using, but for the Eclipse client:
- Create a repository workspace on one of the streams (say, on stream A).
- Load that repository workspace (right click on the workspace, and select the "Load" operation).
- In the Pending Changes view:
- right click on that workspace, and select Change_Flow_Target, and select the other stream (say, stream B).
- right click on that workspace, and select Accept.
- right click on that workspace, and select Deliver (this updates stream B to contain the results of the merge).
- right click on that workspace, and select Change_Flow_Target, and select the original stream (stream A in this example).
- right click on that workspace, and select Deliver (this updates stream A to contain the results of the merge).
The details differ depending on which RTC client you are using, but for the Eclipse client:
- Create a repository workspace on one of the streams (say, on stream A).
- Load that repository workspace (right click on the workspace, and select the "Load" operation).
- In the Pending Changes view:
- right click on that workspace, and select Change_Flow_Target, and select the other stream (say, stream B).
- right click on that workspace, and select Accept.
- right click on that workspace, and select Deliver (this updates stream B to contain the results of the merge).
- right click on that workspace, and select Change_Flow_Target, and select the original stream (stream A in this example).
- right click on that workspace, and select Deliver (this updates stream A to contain the results of the merge).
Comments
Anthony Kesterton
JAZZ DEVELOPER Feb 03 '15, 3:07 p.m.1 vote
Donna Thomas
Feb 05 '15, 8:53 a.m.