scm changeset サブコマンドによって、開いている変更セットを閉じることができます。また、開いている、あるいは閉じている変更セットのコメントを変更することもできます。
scm changeset close { [ -d | --dir ] workspace-path [ -w | --workspace ]} change set
scm changeset comment { [ -d | --dir ] workspace-path } change set comment
scm changeset close { [ -r | --repository-uri ] repository URI [ -u | --username ] user ID in repository [ -P | --password ] password for user ID in repository [ -d | --dir ] workspace-path [ -w | --workspace ]} change set
scm changeset comment { [ -r | --repository-uri ] repository URI [ -u | --username ] user ID in repository [ -P | --password ] password for user ID in repository [ -d | --dir ] workspace-path } change set comment
C:¥local-workspaces¥HelloJazz>scm status
Workspace: (1101) "HelloJazz" <-> (1102) "HelloJazz Stream"
Component: (1103) "HelloJazz"
Baseline: (1104) 2 "base"
Outgoing:
Change sets:
(1107) --@ <No comment>
C:¥local-workspaces¥HelloJazz>scm changeset close 1107
Change set closed.
C:¥local-workspaces¥HelloJazz>scm status
Workspace: (1101) "HelloJazz" <-> (1102) "HelloJazz Stream"
Component: (1103) "HelloJazz"
Baseline: (1104) 2 "base"
Outgoing:
Change sets:
(1107) --$ <No comment>
この情報はお役に立ちましたか? Jazz.net でフィードバックをお送り頂けます (登録が必要です): フォーラムにコメントを記入したり、バグを送信したりすることができます。