this post was submitted on 21 Mar 2025
683 points (98.7% liked)
Programmer Humor
21739 readers
2915 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I landed in the middle. SCCS was too old, CVS was too new.
https://www.gnu.org/software/rcs/
But, back then, I had also been forced to use CMVC.
https://en.m.wikipedia.org/wiki/IBM_Configuration_Management_Version_Control
When
bzr
, and thengit
, turned up and I started using them, I was told "this is DVC, which is a whole new model that takes getting used to", so I was surprised it seemed normal and straightforward to me.Then I found out that Sun's Teamware, that I had been using for many years, was a DVC, hence it wasn't some new model. I'd had a few intervening years on other abominable systems and it was a relief to get back to DVC.
Regarding the original post, are there really people around now who think that before
git
there was no version control? I've never worked without using version control, and I started in the 80s.