Change Control Considerations

The Problem
On a team project, multiple authors are simultaneously creating multiple documents that undergo constant revisions for multiple readers.  How do we manage such a dynamic situation?

"Change control is the practice of proposing, evaluating, approving, and controlling important changes made during the project and ensuring all stakeholders are aware of the changes that effect them in a timely manner."


The team's configuration management plan must specify what change controls procedures are to be used for each document the team produces.  The kind of procedures you need vary depending upon how many changes a document is expected to incur.   Several factors should be considered.

Change Control Spectrum

There is a spectrum of change control methods, from informal (for a single developer) to very formal (for large organizations).

Document Version Stamps

<!-- Begin Last Modified Section  -->
<script language="JavaScript" type="text/javascript">

dateMod=document.lastModified;
document.write(" Last modified on ");
document.write(dateMod);

</script>
<!-- End of Last Modified section -->


 
Document History
Date Author Description of Change
1/10/2001 Joe Student Added section on "defect logs"
1/07/2001 Suzy Student First Draft made public



  Author: Dr. J. Dalbey