Copyright (c) 2001, 2002, 2003, 2004 The SCons Foundation

Handling a change set:

    --  Start the change:

                aedb {cnum}     [if it's initiated locally]
                aedist -r       [if it's a remote submission]

    --  Normal development cycle:

                aed
                aeb
                aet
                aet -bl
                aet -reg        [optional]
                aede

    --  As the reviewer (if necessary):
 
                aerpass {cnum}

        [This step may be configured out of the Aegis project.]

    --  Send the change out for review by sending diffs and
        an explanation to review@scons.tigris.org.

        [I usually do this in parallel with the integration.  If someone
        spots a necessary change, it can be checked in as a follow-on]

    --  As the integrator:

                aeib {cnum}
                aeb
                aet
                aet -bl
                aet -reg
                aed
                aeipass

    --  After the integrations has succeeded, distribute the change to
        the world:

                scons-cdist {cnum}

        By default, this will:
        
            --  Copy the aedist of the new baseline to SourceForge
                for downloading from the web site.
            --  Copy the .zip of the new baseline to SourceForge
                for downloading from the web site and use by our
                testing infrastructure.
            --  Sync the Aegis tree with SourceForge, for browsing
                by the Aegis web interface.
            --  Sync the latest change to the CVS tree at Tigris.org
                (using the ae2cvs script).
            --  Sync the latest change to the CVS tree at SourceForge
                (using the ae2cvs script).

        Options exist to control what scons-cdist does or does not do.
