# The form data below was edited by tom_tyler # A Perforce Branch Specification. # # Branch: The branch name. # Update: The date this specification was last modified. # Access: The date of the last 'integrate' using this branch. # Owner: The user who created this branch. # Description: A short description of the branch (optional). # Options: Branch update options: [un]locked. # View: Lines to map source depot files to target depot files. # # Use 'p4 help branch' to see more about branch views. Branch: SDP-302 Update: 2021/03/09 20:04:18 Access: 2021/03/01 10:40:15 Owner: tom_tyler Description: The //task/SDP-302 task stream has been created to support work on SDP-302, to implement faster parallel checkpoints. This branch spec will be used to populate files needed for implementing SDP-302. These files will be branched from the SDP dev branch. Needed: * 'Server/Unix' folder for code. * 'doc' folder for doc updates. * 'test' folder for test suite updates. This will involve some iteration, and hopefully a single change promotion to the SDP dev branch. == Workflow Branch Creation (Once): p4 populate -b SDP-302 Branch Update (Routine Merge Down): p4 merge -b SDP-302 Branch Promotion (Copy Up, ideally done once upon successful execution of test verification runs: p4 copy -r -b SDP-302 (after a final Merge Down) The Copy Up will be a Release Candiate change. If necessary, addidtional development will be done in the task stream, followed by antoher Merge Down/Copy Up flow. Decomission: When the branch work is done, the SDP-302 task stream branch will be deleted, effectively pruning it of all unmodified file changes. Options: unlocked View: //guest/perforce_software/sdp/dev/... //task/SDP-302/...