Under
, you can configure the settings for project comparison.Option |
Description |
Default |
---|---|---|
Path and file name of comparison tool |
The full absolute path and file name to the executable file of an external folder/file comparison tool, which is started on the two snapshot folders. If this is empty, no comparison tool is started. |
empty |
Command arguments (%THIS: current project; %THAT: reference project) |
The arguments required by the comparison tool. Each tool works with its own specific arguments. The arguments need to be specified in the correct order. As a minimum, the placeholders “%THIS” and “%THAT” (in capital letters!) have to be used. They will be replaced by the snapshot folder paths of the current project (%THIS) and the project to be compared to it (%THAT), respectively. If empty, no arguments are passed to the comparison tool. |
%THAT %THIS |
Folder name of current project (%THIS) |
An optional alternative name for the folder named “THIS” containing the snapshot of the current project. Special characters not allowed for folder names are removed before use! If empty, the default name is used. |
THIS |
Folder name of reference project (%THAT) |
An optional alternative name for the folder named “THAT” containing the snapshot of the reference project. Special characters not allowed for folder names are removed before use! If empty, the default name is used. |
THAT |