デフォルト値: 以下の表を参照してください。
設定 | オブジェクト・タイプ | クライアント | デフォルト |
---|---|---|---|
ccm.cli.tools.merge.dir.unix | ディレクトリー | UNIX | %ccm_home/bin/util/cc_merge %ccm_home %{encoding[null='CP1252']} %outfile %file1 %ancestor %file2 |
ccm.cli.tools.merge.dir.windows | ディレクトリー | Windows | %ccm_home/bin/util/cc_merge %ccm_home %{encoding[null='CP1252']} %outfile %file1 %ancestor %file2 |
ccm.cli.tools.merge.ascii.unix | ascii | UNIX | %ccm_home/bin/util/cc_merge %ccm_home %{encoding[null='CP1252']} %outfile %file1 %ancestor %file2 |
ccm.cli.tools.merge.ascii.windows | ascii | Windows | %ccm_home/bin/util/cc_merge %ccm_home %{encoding[null='CP1252']} %outfile %file1 %ancestor %file2 |
ccm.cli.tools.merge.project.unix | プロジェクト | UNIX | %ccm_home/bin/util/cc_merge %ccm_home %{encoding[null='CP1252']} %outfile %project1 %ancestor %project2 |
ccm.cli.tools.merge.project.windows | プロジェクト | Windows | %ccm_home/bin/util/cc_merge %ccm_home %{encoding[null='CP1252']} %outfile %project1 %ancestor %project2 |
ccm.cli.tools.merge.symlink.unix | symlink | UNIX | %ccm_home/bin/util/cc_merge %ccm_home %{encoding[null='CP1252']} %outfile %file1 %ancestor %file2 |
ccm.cli.tools.merge.symlink.windows | symlink | Windows | %ccm_home/bin/util/cc_merge %ccm_home %{encoding[null='CP1252']} %outfile %file1 %ancestor %file2 |
設定値は、以下のキーワードをサポートします。
キーワード | 展開後 |
---|---|
%ccm_home | Rational Synergy クライアントのインストール・パス。 |
%database | サーバー上の Rational Synergy データベース・パス。 |
%user | 現在の Rational Synergy ユーザーの名前。 |
%file1 | マージする最初のオブジェクトの絶対パス。 |
%file2 | マージする 2 番目のオブジェクトの絶対パス。 |
%ancestor | マージする最初のオブジェクトと 2 番目のオブジェクトに最も近い共通祖先の絶対パス。 |
%outfile | マージ・ツールがマージ結果を書き込む一時出力ファイルの絶対パス。 |