How to load a specific baseline of a component of Team Area?
One answer
How to load a specific baseline of a component in a team area through command line(scm)? Please let me know the syntax.
I assume you want to load a specific baseline of a component. To do so:
1. create a workspace, (see 'scm help cr ws')
2. add the component you care about, (see 'scm help ws add-components')
3. replace the component with the contents of a specific baseline, (see 'scm help ws replace-component')
4. load the workspace. (see 'scm help load')
If you want to get the exact state of a number of components, it's easier to create and use snapshots.
hth,
e