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 ?
Hello to the forum members,
I need to print all files and folders under a component in a workspace which contains a change set I have just submitted, and also print the list of changed artifacts in that change-set. How do I do that using RTC client API ? Thanks, Gidi |
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
Gidi Gal
commented Feb 12 '14, 5:25 a.m.
Hi Shashikant,
Gidi Gal
commented Feb 15 '14, 6:22 a.m.
Hi Shashikant,
You need to specify the repository information. Specify -r <repoUri or repoNickName>. For help run 'scm help list remotefiles'. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.