client side pre-commit hooks in subversion

不想你离开。 提交于 2019-12-17 20:05:28

问题


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 ?


回答1:


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?




回答2:


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



来源:https://stackoverflow.com/questions/4798201/client-side-pre-commit-hooks-in-subversion

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!