Diff and Merge tool in RapidSVN
To select Code Compare as a diff tool in RapidSVN, perform the following steps:
- Select Preferences → Programs → Diff Tool menu from the View menu of RapidSVN.
-
Enter the following string as a command:
[InstallationDir]\CodeCompare.exe
-
Arguments:
/SC=SVN %1 %2
To select Code Compare as a merge tool in RapidSVN, perform the following steps:
- Select Preferences → Programs → Merge Tool menu from the View menu of RapidSVN.
-
Enter the following string as a command:
[InstallationDir]\CodeCompare.exe
-
Arguments:
/TF=%2 /MF=%3 /RF=%4 /BF=%1 /REMOVEFILES /SC=SVN
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.