The scm status subcommand reports on the Jazz™ source control status of items in a workspace.
scm status { [ -r | --repository-uri ] repository URI or nickname [ -d | --dir ] workspace-path [ -v | --verbose ] }
scm status [ -r | --repository-uri ] repository URI [ -u | --username ] user ID in repository [ -P | --password ] password for user ID in repository { [ -d | --dir ] workspace-path [ -v | --verbose ] }
C:\local-workspaces\HelloJazz>scm status
Workspace: (1101) "HelloJazz" <-> (1102) "HelloJazz Stream"
Component: (1103) "HelloJazz"
Baseline: (1108) 3 "beta2 updates"
Unresolved:
m- /com.example.hellojazz.rcp.ui/client.launch
m- /com.example.hellojazz.client/src/com/example/hellojazz/client/build.p>
Outgoing:
Change sets:
(1116) --@ <No comment>
Because you are working in a local workspace, you do not need to specify the [ -d | --dir ] workspace-path or [ -r | --repository-uri ] repository URI options. scm status gets the repository information from metadata associated with the local workspace.
Did this help? You can provide feedback at Jazz.net (registration required): Comment in the forums or submit a bug