how to write a svn hook script

后端 未结 3 1169
猫巷女王i
猫巷女王i 2020-12-11 22:31

I\'m trying to write a post commit hook script for svn to export repository to team foundation server. (So when you commit a code, that latest version of the code gets copie

3条回答
  •  Happy的楠姐
    2020-12-11 22:43

    Here is a stackoverflow answer here with a sample for post-commit hook on windows, using native windows shell commands - https://stackoverflow.com/a/3630534/7984

提交回复
热议问题