It's all about the answers!

Ask a question

RTC codes merge between multi streams parallel development


xin fan (311) | asked Nov 23 '11, 9:13 p.m.
Hi ,

we have a stream A and stream B ,and had the same file in the same location,just like 'src/test.java',and the content of file in stream A like below ,
'function a {}
function b{}';

and the content of file in stream B like this ,
'function a{}
function c{}';

Now,i want to deliver stream B to A,and the file be modified like this ,
'function a{}
function b{}
function c{}'


How will i do it ...

need your help ,thanks ...

11 answers



permanent link
xin fan (311) | answered Nov 27 '11, 10:42 p.m.
Got it .
Thanks very much for your help!



In the Process Configuration of the process area that owns the stream,
you can specify what roles are allowed to update the stream. So you
give that role to only a single user at a time.

Cheers,
Geoff

On 11/25/2011 1:53 AM, fanxin wrote:
In order to make sure Development Enviroment and Another have the same
version,We want to freeze the Development stream when download codes
to Another.
Did there have a 'Lock function' or 'Freeze function' on a Stream?
Like the lock on a single file.
Thanks. :D
:!:

Your answer


Register or to post 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.