The scm load subcommand loads the components in a repository workspace into a local workspace. The local workspace is created if it does not exist.
scm load workspace [ -r | --repository-uri ] repository URI or nickname
[ -d | --dir ] workspace-path { [ -q | --quiet ] [ -f | --force ] }
scm load workspace [ -r | --repository-uri ] repository URI [ -u | --username ] user ID in repository [ -P | --password ] password for user ID in repository [ -d | --dir ] workspace-path { [ -q | --quiet ] [ -f | --force ] }
C:\local-workspaces> scm load -r jazzhost HelloJazz
Downloading /com.example.hellojazz.rcp.ui/.project (689 B)
Downloading /com.example.hellojazz.rcp.ui/build.properties (109 B)
Downloading /com.example.hellojazz.service/plugin.xml (529 B)
Downloading /com.example.hellojazz.service/.project (690 B)
Downloading /com.example.hellojazz.service/build.properties (109 B)
Downloading /com.example.hellojazz.client.tests/TestHelloJazz.launch (2.6 KB)
Downloading /com.example.hellojazz.rcp.ui/.classpath (307 B)
Downloading /com.example.hellojazz.rcp.ui/HelloJazzClient.launch (1.7 KB)
Did this help? You can provide feedback at Jazz.net (registration required): Comment in the forums or submit a bug