-
eun posted an update 1 year, 3 months ago
CVS is a utility to help manage a group of users that are all editing the same group of files at the same time. A CVS repository is simply the collection of files under CVS management. Typically, CVS is used to manage source code when there are multiple developers on a project. In this case, ”repository” typically means the most recent versions of the source code used in the project.
