how to create and load work space to a stream with all the baselines using lscm?
![]()
Hi All,
I`m using lscm to create and load a workspace for a particular stream with one component which is having 800 baselines.
and the work space is created and loaded successfully but it has only two baselines .
Is there any way to load all the baselines?
the following is the command I`m using
lscm create workspace -r repo stream newworkspace
lscm load -i -r repo newworkspace --force
Thanks,
Surender
|
One answer
![]()
The component history of a workspace only shows the baselines which have been created or accepted by the workspace.
For a new created workspace, the baseline history of the workspace will only show the latest baseline of the stream.
If you'd like the workspace to load the component source files of another baseline, you can use "lscm workspace replace-components" command.
|