How to check all Change Sets inside the baseline?
![](http://jazz.net/_images/myphoto/045f41da033c7387198c9c8fca45b778.jpg)
Hi All,
Can i get example to list changesets inside baseline
lscm list changesets [options] <change set...>
I tried the below syntax
lscm changesets -b 1234 -r https://localhost:9443/ccm -w "Workspacename"
Argument syntax error:
Missing arguments to subcommand "list" - change set. Try 'lscm help list changes ets' for more information.
Regards,
Mahi
Accepted answer
![](http://jazz.net/_images/myphoto/045f41da033c7387198c9c8fca45b778.jpg)
Hi Mahi,
If you are using RTC 4.0 or above version, you can list the change sets contained in a baseline with command:
lscm list changesets -r https://localhost:9443/ccm -b 1234 -C <the-component-name>
Unfortunately the above command is not available in RTC 3.x.
Regards,
Lily
If you are using RTC 4.0 or above version, you can list the change sets contained in a baseline with command:
lscm list changesets -r https://localhost:9443/ccm -b 1234 -C <the-component-name>
Unfortunately the above command is not available in RTC 3.x.
Regards,
Lily