Concurrent Versions System (CVS) Question:
Download Questions PDF

What does CVS server do if the check in operation succeeds?

CVS Interview Question
CVS Interview Question

Answer:

If the check in operation succeeds, then the version numbers of all files involved automatically increment, and the CVS-server writes a user-supplied description line, the date and the author's name to its log files. CVS can also run external, user-specified log processing scripts following each commit. These scripts are installed by an entry in CVS's loginfo file, which can trigger email notification or convert the log data into a Web-based format.

Download CVS Interview Questions And Answers PDF

Previous QuestionNext Question
What is the terminology of CVS?What is the development status of CVS?