I see that there is the SVN_EDITOR environment variable to define what editor to use with subversion, and there's also SVN_MERGE environment variable for merging files.
Is there an environment variable for defining the differencing tool?
I see that there is the SVN_EDITOR environment variable to define what editor to use with subversion, and there's also SVN_MERGE environment variable for merging files.
Is there an environment variable for defining the differencing tool?
You can customize the difference tool used by setting diff-cmd in your ~/.subversion/config file; see the manual. You can also use a --diff-cmd option on the command-line.