缺省值:请参阅下表:
设置 | 对象类型 | 客户机 | 缺省值 |
---|---|---|---|
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 | 符号链接 | UNIX | %ccm_home/bin/util/cc_merge %ccm_home %{encoding[null='CP1252']} %outfile %file1 %ancestor %file2 |
ccm.cli.tools.merge.symlink.windows | 符号链接 | 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 | 所合并的第二个对象的完整路径。 |
%ancestor | 所合并第一个和第二个对象的最接近公共祖代的完整路径。 |
%outfile | 供合并工具写入合并结果的临时输出文件的完整路径。 |