Default value: See the following table.
Setting | Object type | Client | Default |
---|---|---|---|
ccm.cli.tools.compare.dir.unix | directory | UNIX | %ccm_home/bin/util/cc_dff % ccm_home %{encoding[null='CP1252']} %outfile %file1 %file2 |
ccm.cli.tools.compare.dir.windows | directory | Windows | %ccm_home/bin/util/cc_dff % ccm_home %{encoding[null='CP1252']} %outfile %file1 %file2 |
ccm.cli.tools.compare.ascii.unix | ascii | UNIX | %ccm_home/bin/util/cc_dff % ccm_home %{encoding[null='CP1252']} %outfile %file1 %file2 |
ccm.cli.tools.compare.ascii.windows | ascii | Windows | %ccm_home/bin/util/cc_dff % ccm_home %{encoding[null='CP1252']} %outfile %file1 %file2 |
ccm.cli.tools.compare.project.unix | project | UNIX | %ccm_home/bin/util/cc_dff % ccm_home %{encoding[null='CP1252']} %outfile %project1 %project2 |
ccm.cli.tools.compare.project.windows | project | Windows | %ccm_home/bin/util/cc_dff % ccm_home %{encoding[null='CP1252']} %outfile %project1 %project2 |
ccm.cli.tools.compare.symlink.unix | symlinks | UNIX | %ccm_home/bin/util/cc_dff % ccm_home %{encoding[null='CP1252']} %outfile %file1 %file2 |
ccm.cli.tools.compare.symlink.windows | symlink | Windows | %ccm_home/bin/util/cc_dff % ccm_home %{encoding[null='CP1252']} %outfile %file1 %file2 |
The preference value supports the following keywords:
Keyword | Expands to |
---|---|
%ccm_home | The Rational Synergy client installation path. |
%database | The Rational Synergy database path on the server. |
%user | The name of the current Rational Synergy user. |
%file1 | The full path of the first object being compared. |
%file2 | The full path of the second object being compared. |
%outfile | The full path of the temporary output file where the compare tool writes the results of the compare. |