List all changes of a workspace using "scm status" command
![]()
In RTC Eclipse client, the "Pending Changes" view displays all the changes of the components contained by a workspace, even the component is unloaded.
But "scm status" command only list the changes of loaded components. Is it possible to list all the changes of the components including unloaded components of a workspace, like the Eclipse client? |
One answer
![]()
No, the 'status' subcommand does not show the changes to unloaded components.
Thanks for filing an enhancement request https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id=220094 In 3.x, I believe you can use the 'history' subcommand to see the all changes to a component even if it is not loaded. If you want to list all the changesets (and not just the incoming/outgoing changes), in 4.0 you can use the 'list changesets' subcommand. |