top | item 43061577

(no title)

bernds74 | 1 year ago

To me this has always sounded like the kind of error-prone excessive cleverness that I wouldn't want anywhere near my version control system.

discuss

order

hsenag|1 year ago

You could always go back to emailing around file changes :-)

Most VCSes including git have some level of complicated algorithms behind them. Darcs does have significant weaknesses when it comes to handling conflicts but the core logic of figuring out how to apply changes to files has been pretty solid for its entire existence.

adastra22|1 year ago

It’s the same thing that happens every time you rebase or cherry pick commits in git.

Nullabillity|1 year ago

A version control system always needs to consider both, to some extent.

The difference is in which is the primary source of truth, and which is calculated when required (and then thrown away).

ltbarcly3|1 year ago

It's a thing that nobody is smart enough to use and didn't actually work, but hey at least Darcs is also 1000x slower than git and will lose data!