Performing periodic satellite-to-master transfers

After the IL satellite receives the initial transfer from the master, developers can copy insulated development working versions of the transferred project and perform development tasks.

The build manager updates the local integration testing project and performs conflict detection. On a successful build that produces usable products, the build manager creates a local integration testing baseline for release hello/2.0. This operation makes the tested changes available to developers as a new baseline. Developer projects automatically use the latest baseline when they are updated.

After the integration testing prep project has been rebuilt and tested, the DCM manager can send the completed tasks to the master using the IL transfer of completed tasks for hello project transfer set. This transfer set includes the tasks in the All completed tasks for Release hello/2.0 from database IL folder.

Before you begin

You must have the dcm_mgr or ccm_admin role available to perform this operation.

Procedure

  1. Start a CLI session.
  2. Perform the generate and transfer from the IL database to the MA database.

    ccm dcm -generate -transfer -dbid MA -ts "IL transfer of completed tasks for hello project"

    The generate and transfer operations include objects that were created or checked out in the IL database that is associated with completed tasks for release hello/1.0. DCM generates and transfers a package that is automatically received in the MA database.


Feedback