How to best update a website from subversion

前端 未结 10 1863
无人及你
无人及你 2021-01-01 02:45

I have a PHP website backed by a MySQL database and a small team of programmers submitting code to subversion. Typically we write code, test it locally, commit to subversio

10条回答
  •  攒了一身酷
    2021-01-01 03:12

    We deploy via Subversion and use database migration tools (with schema versioning) to do this.

    (http://blog.lavablast.com/post/2008/02/I2c-for-one2c-welcome-our-new-revision-control-overlords!.aspx)

    (We develop in .NET)

提交回复
热议问题