From:
<fre...@eo...> - 2007-07-04 07:19:38
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=UTF-8" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> Hi Joachim,<br> <br> You're right, the '-u' is correctly ignored...<br> Is it a recent modification ? As I used a Fedora Core 6 package some weeks ago, maybe it was an old version without the change.<br> Very strange, as I clearly saw the error message... But, today, with the official Fedora Core 6 package on another PC, it works.<br> <br> So, thank you for this powerful tool !<br> <br> Regards,<br> Frédéric<br> <br> Joachim Eibl a écrit : <blockquote cite="mid:200...@gm..." type="cite"> <pre wrap="">Am Dienstag, 3. Juli 2007 11:11 schrieb Frédéric COIFFIER: </pre> <blockquote type="cite"> <pre wrap="">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 } }; </pre> </blockquote> <pre wrap=""><!----> Hi Frédéric, KDiff3 should already support adding "Ignorable Commandline options" via the option in the integration settings. The default value contains "-u;-query;-html;-abort". So -u should already be ignored. Doesn't that work correctly? What version do you use number? (Windows/Unix/KDE)? Cheers, Joachim </pre> </blockquote> </body> </html> |