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

How to generate changesets between two baselines use scm cli

Friends,

How to generate changesets that went into a stream using scm command line.

We do create base baselines when we setup the stream. So i was thinking if we can compare two baselines (base baseline and latest baseline), I might get what i want.

The issue is i am not very sure about the scm compare syntax.

Is there a better way to do it. please point me to any examples or resources already exist.

Thanks in advance,
Aruljothi.S

0 votes



3 answers

Permanent link
scm compare is the right command to display the changesets between two baselines.

scm compare -r <repo> baseline <baseline1> baseline <baseline2> -I s -f i

If you want to see the changes within the changeset use -I sf. If you specify the baseline name instead of alias/uuid you also need to specify the component (-c option).

Friends,

How to generate changesets that went into a stream using scm command line.

We do create base baselines when we setup the stream. So i was thinking if we can compare two baselines (base baseline and latest baseline), I might get what i want.

The issue is i am not very sure about the scm compare syntax.

Is there a better way to do it. please point me to any examples or resources already exist.

Thanks in advance,
Aruljothi.S

0 votes


Permanent link
Shashikant,

What is the best way to get the baseline UUID as there are duplicate names.

Is there a list baseline

Thanks,
Aruljothi.S

0 votes


Permanent link
We do not have a 'list baselines' command yet and there is a workitem open for it... https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/100712

Shashikant,

What is the best way to get the baseline UUID as there are duplicate names.

Is there a list baseline

Thanks,
Aruljothi.S

0 votes

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: Dec 31 '10, 8:04 p.m.

Question was seen: 5,509 times

Last updated: Dec 31 '10, 8:04 p.m.

Confirmation Cancel Confirm