Code Compare Integration with SmartSVN

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

  1. Open the Edit → Preferences → File Compare → [*] → Edit... → External comparator menu and type the command:

    [InstallationDir]\CodeCompare.exe

  2. Arguments:

    /SC=SVN /T1=${leftTitle} /T2=${rightTitle} ${leftFile} ${rightFile}

SmartSVN diff tool

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

  1. Open the Edit → Preferences → Conflict Solver menu and type the command:

    [InstallationDir]\CodeMerge.exe

  2. Arguments:

    /TF=${rightFile} /MF=${leftFile} /RF=${mergedFile} /BF=${baseFile} /REMOVEFILES /SC=SVN

SmartSVN 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.