How we can load specific folder from component using RTC command line?
Accepted answer
You can refer the below article to load specific component https://jazz.net/library/article/1016#CLI
Based on the command mentioned in the above article you can create a batch script. Hope this helps
One other answer
You can create a load rule file and specify what files you would want to load from each component. Then you can use >lscm load with -L option to use the load rule and your workspace will be loaded based on the load rule. You can learn more about load rules here - https://jazz.net/library/article/1015
Comments
Thanks for earlier.
I am not able to find how we can add specific folder path for loading.
I want to create batch script, for build purpose. Below is usecase,
1. connect rtc server 2. connect project area 3. only once create workspace and load specific folder from component 4. accept latest changes only.
I posted some examples in answer to another forum question -
The load rule file needs to have rule for each component in your stream. If you do not wish to load a particular component, simply don't mention that component in the load rule file. Hope that is what you are looking for.
Comments
pravin gaykar
Apr 20 '15, 1:41 a.m.Hi Jazz Team, Please help on above use case. Previously We done same this using SVN. Now We are not able to configure our build using RTC. In our batch file we have to configure this specific folder should be load and later new changes should be accept.