InterviewSolution
| 1. |
What Does Cvs Server Do If The Check In Operation Succeeds? |
|
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. 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. |
|