From: Joachim E. <joa...@gm...> - 2007-07-03 19:56:54
|
Am Dienstag, 3. Juli 2007 11:11 schrieb Fr=C3=A9d=C3=A9ric COIFFIER: > Hi, > > If kdiff3 is used with Subversion (as default diff-tool), the -u option > seems to be mandatory with Subversion 1.4.3. > This dirty patch can workaround the problem, in main.cpp : > > { "config file", I18N_NOOP("Use a different config file."), 0 }, > + { "u", 0, 0 } > }; Hi Fr=C3=A9d=C3=A9ric, KDiff3 should already support adding "Ignorable Commandline options" via th= e=20 option in the integration settings. The default value=20 contains "-u;-query;-html;-abort". So -u should already be ignored. Doesn't that work correctly? What version do you use number?=20 (Windows/Unix/KDE)? Cheers, Joachim |