Record file root sync conflicts
This commit is contained in:
parent
533ffc8c2a
commit
475c6a4a2a
8 changed files with 324 additions and 14 deletions
|
|
@ -556,15 +556,15 @@ and future group key evolution.
|
|||
- `[ ]` Future completion adds a richer three-way apply using base/local/remote
|
||||
trees for automatic safe updates and deletes.
|
||||
|
||||
- `[~]` Conflict handling.
|
||||
- `[x]` Conflict handling.
|
||||
Acceptance criteria:
|
||||
- `[x]` Conflicts are represented as durable metadata.
|
||||
- `[x]` CLI/control can record, list, and choose a resolution for local
|
||||
conflict metadata.
|
||||
- `[x]` Tests cover local concurrent edit conflict record/list/resolve.
|
||||
- `[ ]` Future sync records conflicts automatically from base/local/remote
|
||||
- `[x]` Future sync records conflicts automatically from base/local/remote
|
||||
tree comparisons.
|
||||
- `[ ]` Tests cover automatic concurrent edit, delete/edit, and rename
|
||||
- `[x]` Tests cover automatic concurrent edit, delete/edit, and rename
|
||||
conflict detection.
|
||||
|
||||
- `[ ]` Keyhive-like convergent capabilities.
|
||||
|
|
|
|||
Loading…
Reference in a new issue