client side pre-commit hooks in subversion

2020-02-06 06:43发布

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条回答
我想做一个坏孩纸
2楼-- · 2020-02-06 06:53

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?

查看更多
贪生不怕死
3楼-- · 2020-02-06 07:18

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

查看更多
登录 后发表回答