this post was submitted on 21 Mar 2025
765 points (98.9% liked)

Programmer Humor

24790 readers
733 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] barsoap@lemm.ee 32 points 3 months ago (9 children)

CVS was, for the longest time, the only player in the FLOSS world. It was bad, but so were commercial offerings, and it was better than RCS.

It's been completely supplanted by SVN, specifically written to be CVS but not broken, which is about exactly as old as git. If you find yourself using git lfs, you might want to have a look at SVN.

Somewhat ironically RCS is still maintained, last patch a mere 19 months ago to this... CVS repo. Dammit I did say "completely supplanted" already didn't I. Didn't consider the sheer pig-headedness of the openbsd devs.

[–] theterrasque@infosec.pub 1 points 3 months ago (2 children)

which is about exactly as old as git.

Wdym by that?

[–] mkwt@lemmy.world 1 points 3 months ago (1 children)

Both git and svn started around the same time, in or about 2004.

[–] theterrasque@infosec.pub 2 points 3 months ago

Svn: 20 October 2000

Git: 7 April 2005

I remember using svn when git development was started

load more comments (6 replies)