[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.
Comments
I want to do this:
Suppose RTC project is like below:
1. Create a new RTC project.
2. Merge a changeset1 to the project.
3. Merge a changeset2 to the project.
4. Merge a changeset3 to the project.
Now, I want to checkout the code in step 3. The code should include changeset1 and changeset2, but does not include changeset3.
I need the full code after changeset2 was merged, because I need to compile the code to binary.