More Key Words 2
[Previous] [Main] [Next]

More Key Words


Binary File - Files that need special attention less they get corrupted
Conflict
- where changes made by two developers at the same time affect the same lines of code.
Resolution - changes made by the second of the two developers involved in a conflict make the code work.
Master Copy - the copy of files that resides in the repository.
LOG Message - text that describes a revision.
Client - CVS software that a user uses to checkout, add, update, import and review files in a CVS repository.
Server - CVS software that controls the central repository.
Key Word Expansion - CVS will convert some words into something else (e.g. $Revision$ --> $Revision 1.3$)