i tried using Meld as external diff in KdeSVN as meld -on - (settings>configure kdesvn>diff&merge) but Meld complains that the usage is wrong:

meld: error: no such option: -o

Finished
Usage: 
  meld                        Start with an empty window
  meld <file|dir>             Start a version control comparison
  meld <file> <file> [<file>] Start a 2- or 3-way file comparison
  meld <dir> <dir> [<dir>]    Start a 2- or 3-way directory comparison
  meld <file> <dir>           Start a comparison between file and dir/file

i have no idea what parameters that i should use, could someone give me the correct command?

link|improve this question

76% accept rate
i tried meld %f %f but -as expected- it compares the selected file to itself. – sterz Dec 9 '10 at 21:37
feedback

2 Answers

The right solution for this problem is: meld %1 %2

link|improve this answer
feedback

here gives the new effective ways, in sectons 3: http://www.hovercool.com/en/%E7%94%A8meld%E4%BB%A3%E6%9B%BFsvn%E9%BB%98%E8%AE%A4%E7%9A%84diff%E5%B7%A5%E5%85%B7

link|improve this answer
That page is Chinese. Also, having just a link isn't a good answer. Can you please summarize the main steps here? Thanks. – slhck Apr 26 at 7:13
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.