| A | B | C | D | E | F | G | ||
|---|---|---|---|---|---|---|---|---|
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 | Conflict | Insert | Delete | Move From | Move To | Copy From | Copy To | |
3 | Insert | Do both in order by change ID | Do Delete only | Do Insert before Move (insert at destination only) | Do both in order by change ID | Do Insert before Copy (insert at both places) | Do both in order by change ID | |
4 | Delete | No conflict | Do Delete before Move (delete at destination only) | Do Delete only | Do Delete before Copy (delete at both places) | Do Delete only | ||
5 | Move From | Move inner range first; if none, then by ID | Do Move To before Move From (insert at destination only) | Do Move before Copy | Do Copy before Move (insert at destination only) | |||
6 | Move To | Do both in order by change ID | Do Move before Copy (insert at both places) | Do both in order by change ID | ||||
7 | Copy From | No conflict | Do Copy From before Copy To (insert at both places) | |||||
8 | Copy To | Do both in order by change ID | ||||||
9 |