[RTC CLI] checkout a history changeset and show the changeset info
One answer
When you say checkout a history change set did you mean that you want to download files in the change set? or did you mean download files from the workspace upto that change set?
If you have the change set uuid you can use 'scm list changes <change set uuid>' command or else you can use 'scm show history -w <workspace> -C <component>' command to show all the changes in a component. Both these commands will provide the details such as who delivered the change set, comment and the date it was delivered.