Search code examples
eclipsesubclipsewinmerge

What are the parameters for using WinMerge in Subclipse?


For using WinMerge in Subclipse, What are the parameters in Preferences > Team > SVN > Diff/Merge?

Is this correct?

/dl "Base" /dr "Mine" "${base}" "${mine}"

Solution

  • Subclipse only supports using an external tool for resolving conflicts which generally requires a tool that can do a 3-way diff. I do not see where WinMerge supports this from the command line.