syntax to use list changeset command
![]()
What is the syntax to use the list changeset command?
I want to get the list of changesets for the work item say 90509 on linux build server: I used the command in following two ways: list changeset -W --workitems 90509 list changeset -W 90509 But in both the cases I got the error "command not found" error. |
One answer
![]()
Shashikant Padur (4.2k●2●7)
| answered Aug 21 '14, 5:11 a.m.
JAZZ DEVELOPER edited Aug 21 '14, 5:13 a.m.
It would be helpful if you could paste the output here.
scm list changeset -W <workitems...> should work fine.
Which version of the of RTC client are you using? I believe this option was introduced in 4.0.6. If you have been referring to the online documentation make sure 'scm help list changeset' has this option.
Comments When I use ./scm list changeset -W 90509
I have rtc 4.0.1
'scm list changesets -r rtcuser --workitems 90509' should only list change sets for that workitem. If not it is a defect.
Are you sure it is not the right set of change sets listed? How did you verify? You can confirm by running 'scm list changes <changeset alias/uuid>'. This command will list the changes of the change set as well as the workitem linked to the change set.
|