


In the Merge entry field, enter the following: /usr/local/bin/ac-merge-shim.sh /Applications/Araxis Merge.app/Contents/Utilities/compare -wait -a3 -3 %1% %2% %a% %o% For example, run the following command in the macOS Terminal (replacing /usr/local/bin with the full path to the shim file as necessary): chmod a+x /usr/local/bin/ac-merge-shim.sh Make the ac-merge-shim.sh script executable.

To work around this, create a file ac-merge-shim.sh in /usr/local/bin/ (or another location of your choosing) with the following content: #!/bin/sh The Araxis Merge compare utility cannot be used directly for file merging by the AccuRev client, which passes quoted filenames and expects a particular return code on success.

To configure the AccuRev client to use Merge for file merging: In the Diff entry field, enter the following: /Applications/Araxis Merge.app/Contents/Utilities/compare -wait -2 %1% %2% In the AccuRev client, choose Preferences… from the Tools menu. To configure the AccuRev client to use Merge for file comparison: These steps are believed to work with AccuRev 5.2. The AccuRev macOS client can be configured to use Araxis Merge for file comparison and merge operations. If you have instructions for integrating Merge with other systems, or corrections to the information presented below, please contact us to let us know so that we can update this list. You may also be able to integrate Merge with another application yourself, using the Merge AppleScript API or command-line utility. If your chosen application isn’t listed on this page, you may find the information for integrating Merge for Windows with other applications to be a helpful starting point. Integration with many SCM systems requires the Professional Edition of Merge to enable the comparison of two modified versions of a file with their common ancestor. This page contains instructions for integrating Merge with the following applications: Merge for macOS integrates with most version control (VC), software configuration management (SCM) and other applications that allow a third-party file comparison (diff) or file merging tool to be specified. Integrating with Source Control, Configuration Management and Other Applications
