RTC Client API: How to print all files and folders under a component in a workspace which contains a change set I have just submitted ?
One answer
From the scm command line,
Use 'scm list remotefiles --workspace <your_workspace> <your component>' to list the file/folders in a workspace and component.
Use 'scm list changes <change_set_id>' to list the changes in the change set.
Comments
Hi Shashikant,
Thanks for your reply. I forgot to mention that I'd like to use RTC API for achieving this goal.
Best regards,
Gidi
Hi Shashikant,
I tried the following call:
scm list remotefiles -w "Test100 Workspace" "ComponentA"
subcommand "remotefiles" requires argument-based initialization, but does not provide a directory argument.
What is missing in my call ?
Thanks,
Gidi
You need to specify the repository information. Specify -r <repoUri or repoNickName>. For help run 'scm help list remotefiles'.