Select a Two-way merge with option to specify the utility or application to use to merge two versions of files with the specified file extension.
Option |
Uses: |
Integrated Guiffy |
Guiffy to merge two text files. See the Guiffy help for more information. |
Microsoft Word |
Word’s compare/merge utility. (Windows only) |
Selected application |
An application you select. Click Browse to select the application.
%1 and %2 variables are automatically added as parameters to the application path to identify the files to merge. When merging files, %1 is the server file to merge from and %2 is the file to merge to.
If the selected application supports displaying alternate file names, you can also use %4 and %5 variables with the appropriate options. These variables are replaced with a description that includes the repository path, filename, branch, and version number for Surround SCM files, or the full file path for local files. %4 is a description of the file to merge from (%1) and %5 is a description of the file to merge to (%2).
You may need to change the parameters or add different ones for the merge application to work correctly. See the merge application help for information about the command line requirements for integrating with source control applications.
|
You can also select a Three-way merge with option to specify the utility or application to use to perform three-way merges. Three-way merges compare two updated versions against a common ancestor version to merge file contents.
If you browse to select an application, %1, %2, and %3 variables are automatically added as parameters to the application path to identify the files to merge. %3 is the common ancestor file. If the application supports displaying alternate file names, you can also use the %6 variable with the appropriate option to display a description of the ancestor file (%3). For example, "C:\Program Files\Perforce\P4Merge\P4Merge.exe" -nl "%4" -nb "%6" "%3" "%1" "%2".