svn deployment strategies for multiple groups of developers (not co-located) working on different components of the same project

前端 未结 2 1649
野趣味
野趣味 2021-01-03 03:18

Our project is a content management system supporting several dozen of our websites. The development group started off small and in one location, and we dealt with a fairly

2条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-03 03:48

    I'm a big fan of continuous integration along with test driven development.

    Here's some links I'd recommend checking out:

    • CI from wikipedia
    • CruiseControl
    • Xinc - CI for PHP (my fav, it's simple)

提交回复
热议问题