InterviewSolution
Saved Bookmarks
| 1. |
What Is Cvs Used For? |
|
Answer» CVS is typically used to keep track of each developer's WORK individually in a separate working directory. When desired, the work of a TEAM of developers can be MERGED in a common repository. CHANGES from individual team members can be ADDED to the repository through a "commit" command. CVS is typically used to keep track of each developer's work individually in a separate working directory. When desired, the work of a team of developers can be merged in a common repository. Changes from individual team members can be added to the repository through a "commit" command. |
|