Can I run a script when I commit to subversion?

后端 未结 4 1563
感动是毒
感动是毒 2020-12-06 01:03

I\'d like to run a script that builds the documentation for my php project. It is basically just using wget to run phpdoc.

4条回答
  •  我在风中等你
    2020-12-06 01:25

    You might want to check out Phing for a complete build scripting tool. You can manage commits, documentation and other build related activities in one place.

提交回复
热议问题