Comment on Apache Allura: an open source implementation of a software forge

<- View Parent
IAm_A_Complete_Idiot@sh.itjust.works ⁨7⁩ ⁨months⁩ ago

It being objectively better then SVN doesn’t mean that it’s the best we can do. Git has all sorts of non-ideal behaviors that other VCS’s don’t. Pijul’s data structure for instance is inherently different from git and it can’t be retrofitted on top. Making tooling only support got effectively kills off any potential competitors that could be superior to git.

One example is pijul specifically let’s you get away from the idea that moving commits between branches changes their identity, because pijul builds a tree of diffs. If two subtrees of diffs are distinct, they can always be applied without changing identity of those diffs. This means “cherry picking” a commit and then merging a commit doesn’t effectively merge that commit twice resulting in a merge conflict.

That’s one example how one VCS can be better.

source
Sort:hotnewtop