Concurrent Versions System (CVS) Question:
Download Questions PDF

What is the terminology of CVS?

CVS Interview Question
CVS Interview Question

Answer:

CVS labels a single project (set of related files) that it manages as a module. A CVS server stores the modules it manages in its repository. Programmers acquire copies of modules by checking out. The checked-out files serve as a working copy, sandbox or workspace. Changes to the working copy are reflected in the repository by committing them. To update is to acquire or merge the changes in the repository with the working copy.

Download CVS Interview Questions And Answers PDF

Previous QuestionNext Question
What are the other things a CVS can do?What does CVS server do if the check in operation succeeds?