
GNU Make
CMake
SCons
SBT
npm
Gradle
Brunch
Ninja Build
Pijul
Git
Mercurial SCM
darcs
Apache Subversion
Sapling SCM
Fossil
Gitless
Based on our record, Pijul seems to be more popular. It has been mentiond 54 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
I will look at it, it seems interesting. However, I hope a better ending than Pyjul (https://pijul.org/). I'm no longer waiting for it whereas everything sound awesome : quite no more merge conflict and patches order free. So sad it still something not production ready. - Source: Hacker News / 5 months ago
Pijul does both. It's a VCS, that is a CRDT, that preserves conflicts until a human resolves them. Look it up: https://pijul.org. - Source: Hacker News / 5 months ago
When you say "unit of work", unit of _which_ work are you referring to? The problem with rebasing is that it takes one set of snapshots and replays them on top of another set, so you end up with two "equivalent" units of work. In fact they're _the same_ indeed -- the tree objects are shared, except that if by "work" you mean changes, Git is going to tell you two different histories, obviously. This is in contrast... - Source: Hacker News / 5 months ago
The canonical website is https://pijul.org. The homepage has a link to the pijul source repository. - Source: Hacker News / 5 months ago
Much more principled (and hence less of a foot-gun) way of handling conflicts is making them first class objects in the repository, like https://pijul.org does. - Source: Hacker News / 6 months ago
CMake - CMake is an open-source, cross-platform family of tools designed to build, test and package software.
Git - Git is a free and open source version control system designed to handle everything from small to very large projects with speed and efficiency. It is easy to learn and lightweight with lighting fast performance that outclasses competitors.
SCons - SCons is an Open Source software construction toolโthat is, a next-generation build tool.
Mercurial SCM - Mercurial is a free, distributed source control management tool.
SBT - SBT is a build tool for Scala, like Ant or Maven but with hieroglyphics.
darcs - Darcs is an advanced revision control system, for source code or other files.