RTC codes merge between multi streams parallel development
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 ...
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
Got it .
Thanks very much for your help!
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
page 2of 1 pagesof 2 pages