this post was submitted on 23 Aug 2024
-2 points (0.0% liked)
Technology
59381 readers
2535 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Is OpenBSD seriously still using CVS for development?
CVS is the authoritative repository of code, and they recommend to users to use that or reposync (built atop of CVS) to keep their system updated.
There is also a GitHub mirror , and got is an OpenBSD project, and I suspect a number of devs use one of those for local work until it's time to push the changes to the authoritative tree.
They can work on replacing that next
Yeah, that's weird. It's pretty unorthodox to use a pharmacy chain for development.
To be fair, they have a pufferfish as a mascot, so there's bound to be some need for pharmaceuticals.
Yes, it is, because it does the job. Why exactly shouldn’t they?
For example, maybe branching is something you'd like to be able to do without it being a nightmare?