How can i merge code from two different streams in RTC?
3 answers
In 3.0.1, you can show a stream in Pending Changes if there is a flow target defined for it. Then you can deliver/accept changes between the streams.
Before 3.0.1, you'll need a workspace to flow changes between streams.
Check out the multi-stream development article for more information: http://jazz.net/library/article/40
Before 3.0.1, you'll need a workspace to flow changes between streams.
Check out the multi-stream development article for more information: http://jazz.net/library/article/40
I have two streams with same component and i need to merge the contents from one stream to another stream, just to clarify here we have two independent teams working on two streams.
So the base code is same and the development is independent for each stream.
Now they want to merge the code from stream to stream.
How can i achieve this?
I know in IBM Rational ClearCase, it is possible.
Not sure how we can achieve this in IBM Rational Team Concert?
Any help would be highly appreciated.
Thanks
HitMan