what is the equivalent command for loading the workspace with option - Do not load anything. The workspace will be tracked by the Pending Changes View
what is the equivalent command for loading the workspace with option - Do not load anything. The workspace will be tracked by the Pending Changes View
I have a situation where I load files from RTC stream in one folder, but the actual compilation happens in another folder and the changes need to be delivered from second folder to RTC stream. I am not sure how to acheive this, unless I load into another workspace with Do not load anything. The workspace will be tracked by the Pending Changes View. I need equivalent command for this so that I can put the same in the build script. Any help here would be appreciated.
2 answers
Comments
When you say "check the status", what status did you have in mind? When you say "I only want to see the changed", changed with respect to what? You can use the "scm compare" command to see how a workspace differs from a stream, snapshot, or other workspace. You can use the "scm status" command to see how a workspace differs from what is loaded into a sandbox.