InterviewSolution
Saved Bookmarks
| 1. |
How Does The Cvs Work? |
|
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. 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. |
|