The scm accept subcommand accepts change sets into a repository workspace. If you run it in a local workspace, the accepted change sets are also loaded into the local workspace.
scm accept [ -r | --repository-uri ] repository URI or nickname [ -d | --dir ] workspace-path { [ [ -q | --quiet ] | [ -v | --verbose ] ] [ -s | --source ] source workspace or stream [ -t | --target ] target workspace or stream [ -i | --in-place-markers ] change set ... }
scm accept [ -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 ] | [ -v | --verbose ] ] [ -s | --source ] source workspace or stream [ -t | --target ] target workspace or stream [ -i | --in-place-markers ] change set ... }
<<<<<<< mine
Change in repository workspace before the accept
=======
Change from change set accepted into repository workspace
>>>>>>> proposed
C:\local-workspaces\HelloJazz>scm status
Workspace: (1101) "HelloJazz" <-> (1102) "HelloJazz Stream"
Component: (1103) "HelloJazz"
Baseline: (1104) 2 "base"
Incoming:
Change sets:
(1106) --$ 57286 "bogus repository error when accepting team invitation>
C:\local-workspaces\HelloJazz>scm accept 1106
Accepting changes from "HelloJazz Stream" into "HelloJazz"
No baselines to flow.
Downloading files...
Downloading /com.example.hellojazz.rcp.ui/src/com/example/hellojazz/rcp/ui/actions/HelloJazzAction.java (3.4 KB)
Download complete.
Change sets
Component "HelloJazz"
(1106)
--m- /com.example.hellojazz.rcp.ui/src/com/example/hellojazz/rcp/ui/actions/HelloJazzAction.java
Conflicts
Did this help? You can provide feedback at Jazz.net (registration required): Comment in the forums or submit a bug