It's all about the answers!

Ask a question

Automate moving Baseline & snapshot between streams


Pravin Patil (104138133) | asked Feb 18 '15, 6:41 p.m.
 Hi,

How to automate:
  1. Moving baseline-1 from Stream-A/Compoenent-A to Stream-B/Component-B?
  2. Moving snapshot-1 from Stream-A to Stream-B?
Please suggest.

One answer



permanent link
Geoffrey Clemm (30.1k33035) | 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
Pravin Patil commented Feb 18 '15, 11:16 p.m.
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.

Geoffrey Clemm commented Feb 19 '15, 1:45 a.m.
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.


Pravin Patil commented Feb 19 '15, 1:00 p.m.

 Thanks!

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

Your answer


Register or to post 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.