How to set kdiff3 as merge tool for SVN
I would like to be able to resolve conflicts using kdiff3, when SVN notifies me about the conflict. How can I set it as a default tool for this? Jon Ander Ortiz Durántez Go to the Subversion configuration file ( /etc/subversion/config or ~/.subversion/config ), and set merge-tool-cmd variable with your favourite tool: ### Set merge-tool-cmd to the command used to invoke your external ### merging tool of choice. Subversion will pass 4 arguments to ### the specified command: base theirs mine merged # merge-tool-cmd = merge_command Although there is a problem with kdiff3 which does not support