Hacker News new | ask | show | jobs
by kazinator 2520 days ago
The web page for this is alive, actually:

http://www.kylheku.com/~kaz/mcvs.html

I added the missing 1.1.98 tarball. Also, just tagged 1.2 which picks up some subsequent changes. (Last time anything was touched was 2014).

I wouldn't recommend CVS or SVN for any new deployments.

Even with Meta-CVS, CVS still sucks at the infrastructural level: the branching model and so on.

Meta-CVS has better support than Git for tracking changes in the directory structure, but that's not enough to offset the downside of being based on CVS.

Someone should port Meta-CVS to Git.