When should you branch?

后端 未结 12 1475
情深已故
情深已故 2020-11-22 04:24

When working with a SCM system, when should you branch?

12条回答
  •  萌比男神i
    2020-11-22 04:46

    I find the advice from Laura Wingerd & Christopher Seiwald at Perforce is really concise and useful:

    * Branch only when necessary.
    * Don't copy when you mean to branch.
    * Branch on incompatible policy.
    * Branch late.
    * Branch, instead of freeze.
    

    See http://www.perforce.com/sites/default/files/pdf/perforce-best-practices.pdf for a detailed explanation of each of them and other best practice.

提交回复
热议问题