How can I use post-commit hooks to copy committed files to a web directory from SVN?

后端 未结 3 800
长情又很酷
长情又很酷 2021-01-11 18:00

My Ubuntu server has Apache and Subversion installed. I use this server as a staging server, purely for testing purposes. I use Apache to host the web application, and Subve

3条回答
  •  耶瑟儿~
    2021-01-11 19:02

    The "official" answer is here.

    I'm managing a website in my repository. How can I make the live site automatically update after every commit?

提交回复
热议问题