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.