zoukankan      html  css  js  c++  java
  • Perforce Integration Knowledge

    1. Integration from branch to branch based on a specific CL or label.
    It means to integrate the CLs between the last CL from src branch on desti branch and the specific CL or label into desti branch. The integration code changes should only reflect those CLs code changes.
    2. Integration a CL
    It means to integrate the CL's code change only into desti branch. The integration code changes should only reflect the only CL's code changes.
    3. Notes
    a. Branch means add, integrate means edit.
    b. For those identical files after integration resolving, we need to keep them in the to-be-submitted CL. Although there is no code change, it does build branch relationship to that file and should save the latter integration effort to that file by the integration file version.
  • 相关阅读:
    uva-321-暴力枚举-隐式图搜索
    uva-704-暴力枚举-双向bfs
    整数的无符号编码和有符号编码
    HDU 5793
    HDU 5730
    HDU 5740
    HDU 5768
    HDU 1194
    HDU 1086
    HDU 5145
  • 原文地址:https://www.cnblogs.com/taoxu0903/p/1559458.html
Copyright © 2011-2022 走看看