It's all about the answers!

Ask a question

How to generate changesets between two baselines use scm cli


Aruljothi Sivakurunathan (31108) | asked Dec 31 '10, 8:04 p.m.
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

3 answers



permanent link
Shashikant Padur (4.3k27) | answered Jan 04 '11, 12:29 a.m.
JAZZ DEVELOPER
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

permanent link
Aruljothi Sivakurunathan (31108) | answered Jan 11 '11, 2:39 a.m.
Shashikant,

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

Is there a list baseline

Thanks,
Aruljothi.S

permanent link
Shashikant Padur (4.3k27) | answered Jan 13 '11, 2:14 a.m.
JAZZ DEVELOPER
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

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.