- From: W Lee Nussbaum <wln@evolution.com>
- Date: Tue, 2 Jul 1996 16:43:59 -0400 (EDT)
- To: Jeff Dripps <jeff@macalot.com>
- Cc: www-jigsaw@w3.org
On Tue, 2 Jul 1996, Jeff Dripps wrote: > What are "CVS Directories"? What the heck does the "cvs" stand for? CVS == Concurrent Version System. It's a source code management system designed to deal with heirarchical trees, rather than the flat directories that RCS (Revision Control System) or SCCS (Source Code Control System) use. Actually, CVS is implemented as a layer built atop RCS. CVS is a GNU package, available from prep.ai.mit.edu; it requires RCS, also available at prep... - Lee
Received on Tuesday, 2 July 1996 16:56:33 UTC