how to inject a baseline
One answer
Mohammed, you would usually use your own stream that is initially based on the baseline. You would flow your repository workspace against that and deliver the fixes there. Since you work against it, there are no incoming changes. At some point in time if you want to integrate the changes from another stream (original one) back, you would change your flow target to that stream and accept and merge changes in. Some relevant articles below.
https://jazz.net/library/article/40
See https://jazz.net/library/article/599
https://jazz.net/library/article/649
You could basically create an empty Stream e.g. BaseLine1 Fixing and flow our workspace to it. Then you have your bugfix stream and you can decide what to do with changes on the original stream.
https://jazz.net/library/article/40
See https://jazz.net/library/article/599
https://jazz.net/library/article/649
You could basically create an empty Stream e.g. BaseLine1 Fixing and flow our workspace to it. Then you have your bugfix stream and you can decide what to do with changes on the original stream.
Comments
Tim Mok
JAZZ DEVELOPER Mar 20 '13, 4:13 p.m.Can you clarify what you want to do? You can't update a baseline because it's immutable once it's created. You can change the name or description of it but the change sets in the baseline are frozen.
Mohammed AlKhualaifi
Mar 21 '13, 4:25 a.m.Dear Tim, we have a project and we delivered a new release and created baseline (B1).