On Fri, Jul 11, 2025 at 1:54 AM Gustavo Rios <rios.gust...@gmail.com> wrote: > > Hi folks! > > I have a simple question: is cvs still relevant today ? Would you start a > project today using cvs ?
You didn't qualify the question enough to prevent me from answering that yes, I use CVS when I write code on my Amiga. There's no useful git port, and I don't trust the subversion port which would be the next step up above CVS. The CVS port is solid and integrates well with the Amiga OS which isn't POSIX and has its own quirks. Since the OS and my compiler and devtools are from around 1995, CVS fits well into the mix. // Anders