More study of Rebase project to parent & Deliver between projects

  • Posted on
  • by
  • in
  • Studied Rebase project to parent in depth
  • Studied Deliver between projects in depth
  • Discussed SJ vob move with Jennifer and Chini
  • Met with Phil regarding merge problem - turns out to be no problem

Rebase Project to Parent

The procedure calls rebase_project which essentially calls ct rebase...

  • Given a pvob and project rebase_project calls get_integration_stream to get the intergation stream
  • It then gets a list of the foundation baselines
  • For each foundation baseline it calls get_stream_for_baseline to get the stream for the foundation baseline.
  • Using that it calls get_project_for_stream to obtain the project name for this baseline.
  • Next it gets all of the recommended baselines for the project

Deliver Between Projects

This procedure calls inter_project_deliver. UCM doesn't support the concept of delivering between projects so this procedure implement interproject delivery by using ct merge.