Baseline content
Accepted answer
You can baseline a component in a stream, and that baseline will contain all the change sets in the stream at that time. If you want to baseline with a smaller set of change set you would first create a workspace from the stream, discard the change sets you don't want in the baseline, then create the baseline.
Jean-Michel
Jean-Michel
One other answer
jneau wrote:
(I'm not an expert here, but since no one else has replied, I'll take a
stab at it.)
Baselines are created in the context of a repository workspace and
include all the change sets visible in that workspace. The change sets
in your workspace do not need to match the change sets currently in the
stream with which the workspace normally flows. You should be able to
create a baseline with exactly the change sets you want by manipulating
a workspace.
Does a new baseline always include the latest of everything in the
stream, or is there a way to selectively include changesets when
creating a baseline?
(I'm not an expert here, but since no one else has replied, I'll take a
stab at it.)
Baselines are created in the context of a repository workspace and
include all the change sets visible in that workspace. The change sets
in your workspace do not need to match the change sets currently in the
stream with which the workspace normally flows. You should be able to
create a baseline with exactly the change sets you want by manipulating
a workspace.