Can I modify code in older baseline and deliver to the stream
Can I modify a older baseline and deliver to the stream with the same baseline?
I migrated my code from clear case to RTC. I have created an archive stream which contains a single component and applied 10 baselines to that component(for each release one baseline). Now I want to modify code in the previous baseline for example baseline 4 and deliver to the stream for this particular baseline. Is there any way we can achieve this without disturbing the other baselines.
Regards,
Pavitra
Accepted answer
There is no way to "disturb" a baseline ... a baseline is immutable. So in particular, you cannot make any changes to baseline 4. What you can do is create a stream containing baseline 4, and then modify that stream. You then ask about "delivering to the stream for that baseline". I'm not sure what stream you mean by "the stream for that baseline" ... perhaps the "archive stream"? If so, then yes, you can try to deliver that change set to the archive stream (although it might have a conflict, in which case you would need to resolve that conflict in a workspace before you can deliver the change set).