BBI-16 | Allow branch specs for POPULATE, COPY, and RECORD_MERGE actions. The POPULATE..., COPY and RECORD_MERGE entries in BBI config files currently look like: POPULATE|//Path/One/...|//PathTwo/...|Description Which translate into: p4 populate -f //Path/One/... //Path/Two/... With this change, we'll support: POPULATE|BRANCH_SPEC|YourBranchSpecName|Description where BRANCH_SPEC is a literal string. That will translate to: p4 populate -b YourBranchSpecName Alternately, specifying: POPULATE|BRANCH_SPEC-r|YourBranchSpecName|Description translates to: p4 populate -r -b YourBranchSpecName That is, right-to-left, the reverse of the default left-to-right direction of the branch spec. « | |
Add Job |