From: Dritan L. [M. IT] <dri...@mo...> - 2013-04-23 06:20:44
|
Hi, is there a possibility to run kdiff3 without KDE? I saw "kdiff3-qt" but I still can not run it on Debian Server. Why I need this? I have an automatic script to merge 2 different branches. When there is a conflict I get an email. Often there are conflicts which can be automatically resolved by kdiff3. ( http://stackoverflow.com/questions/16086484/conflict-when-merging-two-branches-with-git ) There fore I would need to run kdiff3 if my script detected conflicts. Then kdiff3 would exit with code 0 (zero) if it has resolved automatically the conflict and would exit with code other then 0 if it could not resolved the conflict and then I have to resolve the conflict manually. Is this kind of usage already possible? If not, is it planed to be implemented? FYI: I'm new to kdiff3. Best regards, Dritan |