It's all about the answers!

Ask a question

While creating snapshot using scm command. It also create baseline. How to ignore that baseline while creating snapshot?


THARUN R (135) | asked Jul 13 '17, 10:25 p.m.

 While creating snapshot using scm command. It also create baseline. How to ignore that baseline while creating snapshot?

One answer



permanent link
Don Yang (7.7k21108137) | answered Jul 14 '17, 12:56 a.m.

I guess what you want is Not to have baseline created when creating snapshot.
Unfortunately, that's not possible. According to

https://www.ibm.com/support/knowledgecenter/SSYMRC_6.0.4/com.ibm.team.scm.doc/topics/c_snapshots.html

Snapshots and baselines

When you create a snapshot, you implicitly create a baseline for any component in your workspace that does not already have one. There is an option to always create a baseline even if one exists.

you can only force a baseline to be created even if one exists, not to prevent it from creating.




Comments
Ralph Schoon commented Jul 14 '17, 4:14 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

Since the Snapshot always only references baselines, the baseline is the essential item that is actually needed.

Your answer


Register or to post your answer.