Subversion - should anyone be developing off the trunk?

前端 未结 17 1705
清酒与你
清酒与你 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:20

    I think the tools you use are a big factor here as well.

    • If you are using Subversion, unstable trunk will probably work better for you.
    • If you are using GIT, stable trunk will be much easier than Subversion.

提交回复
热议问题