I know other version control software exists, but does anyone use it? Why? What are the differences? All I’ve ever actually seen people use is git.

14 points
*

There is pijul.

  1. Pijul’s defining feature is its innovative algebra of patches model for version control, allowing changes to be applied in any order without creating conflicts, thus simplifying collaborative work.
  2. It efficiently handles branches and merges, with its patch theory often enabling it to automatically resolve conflicts, eliminating much of the headache typically associated with merge conflicts.
  3. Pijul is also free and open-source

Check this out: https://stackoverflow.blog/2023/05/23/for-those-who-just-dont-git-it-ep-573/

permalink
report
reply
2 points

I am so incredibly intrigued by this! This might sound like a dumb question, but are there any examples of what this looks like hosted on GitHub? My employer mandates GitHub as a standardized location for enterprise code. So I’m curious if there’s a way to live in both worlds at once and not go mad.

permalink
report
parent
reply
5 points

Afaik GitHub is for git only. While you can import existing git projects, pijul has its own web frontend called nest.

permalink
report
parent
reply
9 points

Git is definitely dominating the landscape. The fact that it is free software plays a big role. There are alternatives, but they are unlikely to gain much adoption. They may provide slightly better UX or marginally more comfortable flows, but it’s not enough to replace Git. Not to mention, most developers don’t even really care about which SCM they use.

permalink
report
reply
16 points

Not to mention, most developers don’t even really care about which SCM they use.

Get them to use CVS for a while. They will care then.

permalink
report
parent
reply
3 points

You are right about that! It was a pain to work with :)

permalink
report
parent
reply
7 points

You clearly haven’t used ClearCase. That would seriously reallign your definition of “pain”… :-)

permalink
report
parent
reply
1 point

I never used CVS but the senior developer at one place mentioned about it once when I complained about subversion which we used there (this was in 2013).

permalink
report
parent
reply
5 points

There’s perforce which is primarily used for game development. Often games have a lot of binary files that are hard/impossible to generate diffs of unlike text based files. Perforce requires you to check out individual files and prevents any merge conflicts on an individual file basis.

permalink
report
reply
5 points

My experience with Perforce hasn’t been really positive - especially compared to Plastic SCM, which is amazing. The merge tracking in history is such a cool feature, and it’s generally really smooth to work with.

The only issue is the pricing model, which is also a reason why I sadly can’t use it on many projects. Unity way too greedy and their strategy is to just acquire and paywall anything usable.

permalink
report
parent
reply
2 points

Checkout doesn’t prevent merge conflicts (unless you configure exclusive checkout which is quite annoying). We used perforce and definitely had merge conflicts, though they weren’t as crazy as a long git branch would be.

permalink
report
parent
reply
4 points

I actually kind of miss Subversion etc now. Git was perfectly designed for open source projects, but its easy branching model has significantly undermined the practice of Continuous Integration in enterprise environments. I get that maybe devs just prefer working in an isolated branch, but something has been lost.

permalink
report
reply
1 point

Couldn’t agree more. We used Crucible as a code reviewing tool, which allowed us to develop directly on main while being able to pick-and-choose commits to add to a review. This closed that CI gap for us in a meaningful way.

However, Crucible seems to be reaching end of life (my company even denied renewal of licenses for it). So now we’re forced back into Gitflow, and it’s sooooo painful.

permalink
report
parent
reply
3 points

Domains like CAD use revision control, if you’re looking for a rabbit hole to a parallel world to get lost in on a Sunday. It’s not to be completely confused with RCS that predated VCS.

permalink
report
reply

Ask Experienced Devs

!ask_experienced_devs@programming.dev

Create post

Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient

Community stats

  • 95

    Monthly active users

  • 42

    Posts

  • 488

    Comments

Community moderators