Automate moving Baseline & snapshot between streams
![]()
Hi,
How to automate:
Please suggest.
|
One answer
![]()
Geoffrey Clemm (30.1k●3●30●35)
| answered Feb 18 '15, 8:47 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Feb 18 '15, 8:47 p.m.
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> ... 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.
![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
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?
|