Hook script execution on client side

后端 未结 2 775
無奈伤痛
無奈伤痛 2021-01-18 04:27

I am working on a SVN project, and I need to execute my pre-commit hook script from the client side. Is there any way to execute them?

2条回答
  •  难免孤独
    2021-01-18 05:06

    The only possible solution is to use TortoiseSVN which has the opportunity to execute special Hook Script (only from TortoiseSVN) on the client side. Otherwise it's not possible to run Hook Scripts, cause they run allways on the server side.

提交回复
热议问题