Load components
Accepted answer
3. You can load individual components or multiple components using the load command. For ex: load <workspace> <component_name_or_uuid>
You can also load it into a specific directory under the sandbox using the -t/--target option.
4. Use 'scm create loadrules' command to create a load rule file.
One other answer
Since a component contains all versions, it can only be loaded in the context of a repository workspace or stream, which provides the configuration information selecting the changesets that make up the content, as far as I can tell.
Given that, your question does not make a lot of sense. What am I missing?
Comments
Hi Ralph,
thank you for you time and sorry for my lack of clarity. Let me explain.
In Eclipse I do the following tasks.
1. Create workspace from stream
2. Add some components to workspace
3. Load newly added components into newly created workspace using 'Load as..' option (right clicking on component)
4.Create loadrule for new components
So, I want to automate this process. I am able to perform steps 1 and 2 using command line and I would like to know if it is possible to perform steps 3 and 4
Thank you.
Best regards,
Carlos
Thank you very much Shashikant,
just one more question. Is there documentation providing these details? I looked into the link below but command 'laod' does not show these options.
Thanks!
Best regards,
Carlos
The official documentation can be found here: https://www.ibm.com/support/knowledgecenter/SSYMRC/clm_family_welcome.html
The SCM command line reference can be found here: https://www.ibm.com/support/knowledgecenter/SSYMRC_6.0.6/com.ibm.team.scm.doc/topics/c_scm_cli.html
I think the SCM command also provides a help.
https://www.ibm.com/developerworks/rational/library/rational-team-concert-command-line-reference/index.html
is several years old and not the official documentation.
Thank you!