|
|
|
|
|
by gritzko
2596 days ago
|
|
swarmdb has CRDT-based merge and causal branching which is "super smooth".
Lets you recombine changesets rather freely, or at least supposed to.
https://github.com/gritzko/ron-cxx/tree/master/db (the project is in its early stages) Regarding language-aware AST-based diffs, I know of one serious full-time effort. Even for Java, it turned way too complex, so guys gave up. |
|