Sample Merge Request

 

A Merger Request is a mail message to the merge facility. It is also the way to send your peer reviewer the information he or she needs to review your work.


 

The definitions required by the merger facility must be satisfied, in order for your work to be successfully integrated into the product's main branch, and included in the next product build. The body of your merge request must begin with the following lines. After this information, you should describe the work done, and append a list of the files changed.

Branch:<ws>name_of_your_branchtype
VOB:<ws>VOBTAG
REL:<ws>RELEASE_ID
[PCR[S]:<ws>COMMA_OR_WHITESPACE_DELIMITED_LIST_OF_PCRS]


Where:
<ws> ::= white-space
VOBTAG ::= /vob/utilities | /vob/cidocs | /vob/pkgs | /vob/fx | /ppen/ | /ppen/pkgs
RELEASE_ID ::= GENESIS5.0 | DELIVERANCE | LATEST
LATEST ::= /main/LATEST (for example when merging to /vob/cidocs)



NOTE: Some fields which are being used by convention, but not parsed are:

RISK: (High | Medium | Low)
PURIFIED: (Yes | No)
REVIEWER:

 

A Sample Merger Request (as sent to a Peer Reviewer):

Subject: Please review this merge: merge wilder_ROCei20128 to DELIVERANCE
Date: Wed, 16 Dec 1998 15:00:52 -0500



VOB: /vob/FX
BRANCH: wilder_ROCei20128
REL: DELIVERANCE
PCRs: wilder_ROCei20128
RISK: Low
PURIFIED: No
REVIEWER: Andy

DESCRIPTION:
Provide a License for the Tape Transfer utility, so
that it can be supplied as a stand-alone licensed utility.

FILES AFFECTED:

/vob/fx/src/components/cilicense/CiCineonLicense.C
/vob/fx/src/components/cilicense/CiCineonLicense.h


 
 

 


 

Return to Std Ops Peer Review page