Common Types of Subversion Hooks

前端 未结 16 2135
無奈伤痛
無奈伤痛 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:38

    The most common one I think is to allow people to change revision comments after comitting.

    You need to enable the 'pre-revprop-change' hook script to allow that. The example provided, if enabled allows editing only the comment property and only be the original comitter. Great for correcting typos.

提交回复
热议问题