Version Control Operations
- Central repository keeps historical data
- A commit or check-in adds a change into the repository
- An update or check-out retrieves a version from the repository
- Versions are tracked with version numbers
- Numeric: automatically assigned
- Symbolic: assigned by humans to track milestones
- Keywords in the source files are automatically expanded,
identifying version, status, author, etc.