# 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-411 Update: 2024/04/19 14:05:23 Access: 2024/04/19 13:56:19 Owner: tom_tyler Description: The //task/SDP-411 task stream has been created to support work on SDP-411, to enhanced Windows support for sites with edge servers. This branch spec will be used to populate files needed for implementing SDP-411. These files will be branched from the SDP dev branch. == Workflow Branch Creation (Once): p4 stream -t task -o //task/SDP-411 | p4 stream -i p4 populate -b SDP-411 Create a Workspace (Once per workspace): mkdir -p /your/workspaces/SDP-411 cd /your/workspaces/SDP-411 export P4CONFIG=.p4config echo P4PORT=public.perforce.com:1666>.p4config echo P4USER=yourid>>.p4config echo P4CLIENT=yourid.your_machine_tag.SDP-411>>.p4config echo P4IGNORE=.p4ignore>>.p4config p4 login p4 client -S //task/SDP-411 -o | p4 client -i p4 -s sync -q Branch Update (Routine Merge Down): p4 merge -b SDP-411 Branch Promotion (Copy Up, ideally done once upon successful execution of test verification runs): p4 copy -r -b SDP-411 (after a final Merge Down) The Copy Up will be a Release Candidate change. If necessary, addidtional development will be done in the task stream, followed by another Merge Down/Copy Up flow. Decomission: When the branch work is done, the SDP-411 task stream branch will be deleted, effectively pruning it of all unmodified file changes. Options: unlocked View: //guest/perforce_software/sdp/dev/Server/Windows/... //task/SDP-411/Server/Windows/... //guest/perforce_software/sdp/dev/doc/... //task/SDP-411/doc/... -//guest/perforce_software/sdp/dev/doc/media/... //task/SDP-411/doc/media/... -//guest/perforce_software/sdp/dev/doc/gen/... //task/SDP-411/doc/gen/... //guest/perforce_software/sdp/dev/test/... //task/SDP-411/test/... -//guest/perforce_software/sdp/dev/....pdf //task/SDP-411/....pdf