how can we merge one stream to another stream automatically?
Hi All,
Scenario is below.
I have 2 stream Stream A and stream B both are having same set of files and different developers modifies the files on both the streams.
I want to merge changes from stream B to stream A automatically how can I achieve this?
Since there would be conflicts if modification is done on both the streams I cannot go with post build deliver option.
Please suggest a way on how I can achieve this, I want to trigger mail to developers whenever there is any conflict.
Regards,
Satish
Accepted answer
If there are potential conflicts you can not automatically merge them. Once we have that technology, we won't need developers any more.
You can try to use the SCM Command Line - try lscm as search term in the product documentation - and compare the streams and react to the outcome. You would probably need a custom API client if you want to send mails.