Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Automate moving Baseline & snapshot between streams

 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.

0 votes



One answer

Permanent link
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> ...

0 votes

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?

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Feb 18 '15, 6:41 p.m.

Question was seen: 3,476 times

Last updated: Feb 19 '15, 1:00 p.m.

Confirmation Cancel Confirm