client side pre-commit hooks in subversion

后端 未结 2 1873
日久生厌
日久生厌 2020-12-11 02:40

Is any way to setup pre-commit hooks on the client side with an svn client, for example through eclipse or a command line svn client ?

相关标签:
2条回答
  • 2020-12-11 03:14

    No. But you can alias your own script to svn, so it gets called every time you type svn. The script then calls actual svn. How about that?

    0 讨论(0)
  • 2020-12-11 03:19

    Not sure if it's any help in your particular case, but TortoiseSVN (on Windows) supports client-side hooks.

    0 讨论(0)
提交回复
热议问题