SVN checkout or export for production environment?

后端 未结 10 596
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-07 15:42

In a project I am working on, we have an ongoing discussion amongst the dev team - should the production environment be deployed as a checkout from the SVN repository or as

10条回答
  •  抹茶落季
    2020-12-07 16:31

    I would look into some deployment software like Capistrano (it's a ruby program)

    I would personally use exporting a tagged copy of trunk instead of just exporting trunk if you are going to use be rolling your own solution or manually.

提交回复
热议问题