Load only certain subdirectory of component from command line
From a script, I wish to load just only just the contents of either SubdirA_1 or SubdirA_2
Stream
+
++++ Component
+
+++++++SubdirA
+
+++++++SubdirA_1
+
+++++++SubdirA_2
I have tried unsuccessfully: scm load "Stream/Component/SubdirA/SubdirA_1"
Do I need to use a "Load Rules" file to accomplish this?
Stream
+
++++ Component
+
+++++++SubdirA
+
+++++++SubdirA_1
+
+++++++SubdirA_2
I have tried unsuccessfully: scm load "Stream/Component/SubdirA/SubdirA_1"
Do I need to use a "Load Rules" file to accomplish this?
One answer
The command arguments seem in correct. By the way, you cannot load a stream. You need to create a workpace from the stream and then load it. Try:
scm load Workspace Component/SubdirA/SubdirA_1
If you have to load many folders into different locations in your sandbox, it is best to use load rules. The load rules then can be shared across the team so that everyone loads the workspace in the same manner.