Menu

exit status kdiff3 merge

Help
2012-06-25
2012-09-23
  • Mikael Petterson

    Hi,

    When I run the command:

    kdiff3 file1 file2 file3 -m

    • Where will the resulting output be placed?
    • How do I know that the merge was successful? Is the exit status 0 at success?

    br,

    //mikael

     
  • Joachim Eibl

    Joachim Eibl - 2012-06-26

    Hi,

    If you don't specify an output file explicitely (via -o) then the third (last)
    file will be the destination.

    The exit status is 0 when after a merge the output file was saved
    successfully. And 1 if you exit without saving.

    Joachim