ABCDEFG
1
Note: "From" and "To" aren't separate actions: they refer to what's done at the source and destination locations of a Move or Copy.
2
ConflictInsertDeleteMove FromMove ToCopy FromCopy To
3
InsertDo both in order by change IDDo Delete onlyDo Insert before Move (insert at destination only)Do both in order by change IDDo Insert before Copy (insert at both places)Do both in order by change ID
4
DeleteNo conflictDo Delete before Move (delete at destination only)Do Delete onlyDo Delete before Copy (delete at both places)Do Delete only
5
Move FromMove inner range first; if none, then by IDDo Move To before Move From (insert at destination only)Do Move before CopyDo Copy before Move (insert at destination only)
6
Move ToDo both in order by change IDDo Move before Copy (insert at both places)Do both in order by change ID
7
Copy FromNo conflictDo Copy From before Copy To (insert at both places)
8
Copy ToDo both in order by change ID
9