After building software from files from an RTC stream, I want to create a baseline of the component as a record of the state of the files.
It needs to be automated, hence the use of SCM.
I want to create it in a single step if I can, i.e, not create baseline on the component in a workspace, then deliver it.
I can create a baseline on a component in a workspace using:
scm.exe create baseline -r Repository -u username -P password "workspace" "Baseline name" "Component name"
Alternatively, how can I automatically deliver the baseline in the workspace above, or should I be using snapshots?