Revision Control
Tom Kelliher, CS 245
Oct. 30, 2002
Tom Lang now visiting on 11/8.
Read Chapter 10, software engineering.
Project management.
- Introduction.
- Lab.
Design patterns.
- Revision control, what is it?
- Typical RCS activities:
- Various implementations: RCS, SCCS.
- Accessing previous versions.
- File ``locking.'' Read-only versus read-write access.
- Limitations:
- All revisions kept in a single file.
- ``Locking'' easily circumvented.
- Locking only meaningful when multiple userids access a file.
- Revision numbers: major, minor.
When to bump the major number?
- The
RCS
directory.
Refer to handout.
Thomas P. Kelliher
Tue Oct 29 13:13:24 EST 2002
Tom Kelliher