Answer:
CVS works not by keeping track of multiple copies of source code files, but by maintaining a single copy and a record of all the changes. When a developer specifies a particular version, CVS can reconstruct that version from the recorded changes.
Previous Question | Next Question |
What is the difference between CVSNT and CVS? | What is revision control system (RCS)? |