pre-revprop-change hook either failed

后端 未结 4 1011
野的像风
野的像风 2021-02-01 07:43

I don\'t know if this hook is out-of-box or if mine is just messed up and I just need to replace it but when I go and try to edit a log comment on a commit I get this error mess

4条回答
  •  囚心锁ツ
    2021-02-01 08:21

    Create a bat file using only "exit 0". Remove all other rem'ed lines. Save it to Path\Repositories\hooks folder as "pre-revprop-change.bat" and try re-running.

    exit 0

提交回复
热议问题