Diff and Merge tool in RapidSVN

To select Code Compare as a diff tool in RapidSVN, perform the following steps:

  1. Select Preferences → Programs → Diff Tool menu from the View menu of RapidSVN.
  2. Enter the following string as a command:

    [InstallationDir]\CodeCompare.exe

  3. Arguments:

    /SC=SVN %1 %2

RapidSVN Diff Tool

To select Code Compare as a merge tool in RapidSVN, perform the following steps:

  1. Select Preferences → Programs → Merge Tool menu from the View menu of RapidSVN.
  2. Enter the following string as a command:

    [InstallationDir]\CodeCompare.exe

  3. Arguments:

    /TF=%2 /MF=%3 /RF=%4 /BF=%1 /REMOVEFILES /SC=SVN

RapidSVN Merge Tool

Note: Use your product installation folder instead of [InstallationDir]. By default, it is C:\Program Files\Devart\Code Compare.

For a brief introduction to the features of our diff and merge tool, refer to the product's overview page.