Subversion - should anyone be developing off the trunk?

前端 未结 17 1700
清酒与你
清酒与你 2020-12-13 03:55

When using Subversion, should developers be working off the trunk or should the trunk be only used for merges from each individual developer\'s branch and watched by a conti

17条回答
  •  执念已碎
    2020-12-13 04:32

    I have developers who create project branches or change request/bug branches off of trunk, and then merge back, so in a way yes, I have developers working off of trunk, but what goes into "merge" branches is controlled through some build-control tool or process.

    I think this is pretty well covered by this question

提交回复
热议问题