Accept baseline from one stream to another in the server plugin
Hi,
I have 2 streams, let's call them streamA and streamB.
I have streamA as a flow target of streamB.
I create a new baseline in streamB.
I would like to accept this new baseline into streamA through the server api.
I am currently using the acceptCombined in the ScmService class but it checks if this operation is occuring on a workspace or a stream. If the operation is performed on a stream I get the "InvalidStreamOperation" exception "Illegal operation ('accept') for stream"
Is it possible to accept the changes directly on the stream? If so what method do we need to use to get this working?
Thanks,
Mike