how to inject a baseline
The current baseline is 2 , but I revert to baseline 1 and made changes concerns baseline 1
how can I update this baseline without accepting incoming changes from others.
|
One answer
Ralph Schoon (63.5k●3●36●46)
| answered Mar 21 '13, 7:00 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
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. |
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
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.
Dear Tim, we have a project and we delivered a new release and created baseline (B1).