Certain branches are shared among DevOps Code ClearCase MultiSite sites

If your organization uses DevOps Code ClearCase® MultiSite to support development at different sites, you must tailor your branching strategy to the needs of these sites. The standard MultiSite development model is to have a replica of the VOB at each site. Each replica controls (masters) a site-specific branch type, and developers at one site cannot work on branches mastered at another site.

However, sometimes you cannot, or may not want to, branch and merge an element. For example, some file types cannot be merged, so development must occur on a single branch. In this scenario, all developers must work on a single branch (usually, the main branch). DevOps Code ClearCase MultiSite allows only one replica to master a branch at any given time. Therefore, if a developer at another site needs to work on the element, mastership of the branch must be transferred to that site.

DevOps Code ClearCase MultiSite provides the following models for transferring mastership of a branch:
  • The push model, in which the administrator at the replica that masters the branch uses the chmaster command to give mastership to another replica.

    This model is not efficient in a branch-sharing situation, because it requires communication with an administrator at a remote site.

  • The pull model, in which the developer who needs to work on the branch uses the reqmaster command to request mastership of it.
    Tip: The developer can also request mastership of branch types. For more information, see the DevOps Code ClearCase Administrator's Guide.

    The pull model requires the DevOps Code ClearCase MultiSite administrators to enable requests for mastership in each replica and to authorize individual developers to request mastership. If you decide to implement this model, you must provide the following information to your DevOps Code ClearCase MultiSite administrator:

    • Replicated VOBs that should be enabled to handle mastership requests
    • Identities (domain names and user names) of developers who should be authorized to request mastership
    • Branch types and branches for which mastership requests should be denied (for example, branch types that are site specific, or branches that must remain under the control of a single site)

    The ClearCase MultiSite Administrator's Guide describes the process of enabling the pull model and a scenario in which developers use the pull model. Developing Software describes the procedure that developers use to request mastership.