this post was submitted on 22 Nov 2023
463 points (94.3% liked)

Memes

45553 readers
2130 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 

alt text

wayward vagabond from homestuck: we should improve technology somewhat. well dweller: xkcd 927 "standards"

you are viewing a single comment's thread
view the rest of the comments
[–] Eiim@lemmy.blahaj.zone 6 points 11 months ago (3 children)

SVN, and whatever that thing Microsoft was doing once

[–] troyunrau@lemmy.ca 3 points 11 months ago (1 children)

Also, CVS, cvsup, both of which I've used in my early Linux years.

And fossil -- which is the revision control system sqlite uses and I kind of like :)

[–] AVincentInSpace@pawb.social 1 points 11 months ago* (last edited 11 months ago)

It is also the version control system that uses sqlite which is pretty cool as far as disk space and resiliency are concerned esp. as compared to Git.

I don't however like that it prides itself on not having any history rewriting features because I am kind of a fan of those. I like keeping embarrassing mistakes like a typo'd commit message or missing file out of my permanent commit history.

[–] yetAnotherUser@feddit.de 1 points 11 months ago

Also RCS which I am basically obligated to mention