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

scm compare command to find the newly added component between two snapshots

How can I use the scm compare command to find the newly added component between two snapshots?

0 votes



2 answers

Permanent link
 scm compare snapshot <snapshot1> snapshot <snapshot2>
If there were new components in snapshot2 then the above command should show these components as incoming. You can also use the filter to show either incoming or outgoing. For ex: "-f i"

2 votes

Comments

I am using the command as:
./scm compare -I c -f b ss <base ss> ss <current ss> -r rtcuser
But this gives the newly component as
"<comp_name>" (removed)
Why is it showing as (removed) for the new added component?
Is it a error in RTC 4.0.1?

What it means is that the component does not exist in the "base ss" as compared to the "current ss". If you reverse the order that is give "current ss" as the first argument then it will show as added. It shows the information with respect to the first argument.


Permanent link

Had already tried this option to reverse the snapshots ,  but does give the same output.

0 votes

Comments

If you have reversed the snapshot arguments and you still see the same output then it is a defect. Please raise a defect which displays the list of components in both the snapshots and the resulting output of the compare command. 

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: Sep 15 '14, 5:36 a.m.

Question was seen: 4,397 times

Last updated: Sep 18 '14, 12:52 a.m.

Confirmation Cancel Confirm