While creating snapshot using scm command. It also create baseline. How to ignore that baseline while creating snapshot?
![]() While creating snapshot using scm command. It also create baseline. How to ignore that baseline while creating snapshot? |
One answer
![]() I guess what you want is Not to have baseline created when creating snapshot.
Snapshots and baselinesWhen 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 Since the Snapshot always only references baselines, the baseline is the essential item that is actually needed.
|