What is your favorite web app deployment workflow with SVN?

后端 未结 11 1352
陌清茗
陌清茗 2021-01-31 00:29

We are currently using a somewhat complicated deployment setup that involves a remote SVN server, 3 SVN branches for DEV, STAGE, and PROD, promoting code between them through pa

11条回答
  •  半阙折子戏
    2021-01-31 00:39

    We use release branching - this seems to be more efficient for us than the feature branching we were doing.

    Don't make different branches for the different environments.

提交回复
热议问题