So, I worked on a site like wiki. What I'm trying to solve is the best algorithm for merging an article that is simultaneously edited by two users.
So far, I am considering using the Wikipedia method to merge documents if two unrelated areas are edited, but throws an older change if two commits conflict.
My question is this: if I have an original article and its two changes, what are the best algorithms for merging them, and then handle conflicts as they arise?
algorithm merge diff revision
icco Jul 29 '09 at 23:54 2009-07-29 23:54
source share