Automate moving Baseline & snapshot between streams

One answer

You cannot "move" a baseline from one component to another.
You can "move" (more precisely, "change the owner of") a snapshot from one stream to another using the scm command, "set attributes". In particular:
scm set attributes --snapshot <arg> --ownedby <arg> ...
You can "move" (more precisely, "change the owner of") a snapshot from one stream to another using the scm command, "set attributes". In particular:
scm set attributes --snapshot <arg> --ownedby <arg> ...
Comments

Thanks!
Is it possible to replace Baseline-1 from Stream-1/Component-1 with Baseline-2 from Stream-2/Component-2?
Automate this every time a build is run.

Yes, you can do this by removing baseline-1 from Stream-1, and then adding baseline-2 to Stream-1.

Thanks!
I agree we can do this manually. But can this be automated in RTC eclipse configuration?