Common Types of Subversion Hooks

前端 未结 16 2125
無奈伤痛
無奈伤痛 2020-11-28 04:01

What kinds of hook scripts are people using for Subversion? Just general ideas but code would be great too!

16条回答
  •  时光取名叫无心
    2020-11-28 04:34

    We use a commit hook script to trigger our release robot. Writing new release information to a file named changes.txt in our different products will trigger the creation of a tag and the relevant artifacts.

提交回复
热议问题