Concurrent Versions System (CVS) Question:

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

Tweet Share WhatsApp

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 PDF Read All 27 CVS Questions
Previous QuestionNext Question
What is the terminology of CVS?What is the development status of CVS?