How to best update a website from subversion

前端 未结 10 1864
无人及你
无人及你 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:33

    The export can be automatically done after every commit with a post-commit hook:

    http://svnbook.red-bean.com/en/1.5/svn.ref.reposhooks.post-commit.html

    You can setup the hook to automatically export the project inside the hidden area for the online testing.

提交回复
热议问题