How to auto accept incoming changes of a stream?
GNANAPRAKASH SELVAKUMAR (1●1●2●3)
| asked Sep 15 '12, 11:20 a.m.
edited Oct 12 '17, 12:56 p.m. by David Lafreniere (4.8k●7) I have 2 streams, stream A and stream B. The flow target of stream B is Stream A.
Every time I have to manually accept the incoming changes from stream A and deliver the outgoing changes.to stream A. I want this to happen automatic unless some conflicts are there.
What is wrong with the below command line to accept all changes from streamA to streamB(assuming i logged in already)
scm accept -r <repository> -s streamA -t streamB
I am planning to run the above command periodically to accept changes.
|
Accepted answer
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.