On Wed, 16 Jul 2025 at 12:50, Anders Andersson <pipat...@gmail.com> wrote: > > 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
Oh, please! SVN is a complete downgrade from CVS, and is not a substitute for CVS! Please refer to the following comparison table: https://www.pushok.com/software/svn-vscvs.html C. > 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