Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

While using KDiff3 to resolve merge conflicts, how do I save the resolved copy of the A and B versions?

I open KDiff3 to resolve merge conflicts. I am able to resolve each conflict by selecting the desired version. When I have resolved all of the conflicts, I click the merge button. Then I try to save, but a prompt appears saying that there merge conflicts are still present.

share|improve this question

1 Answer

Clicking the merge button in KDiff3 restarts the merge process.

To continue the merge, you must save the file after resolving the merge conflicts.

share|improve this answer
3  
You can accept this as the answer for the question. – Zonko Jan 26 '12 at 16:52

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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