SVN: automatically running something every time the repository is updated
Would like to automatically ru开发者_如何转开发n a script every time I update my local repository from the SVN server. Any ideas how this can be accomlished?
I use tortoise svn on windows, others in my team use other SVN tools on a mac.
Thanks
Gidi
Look at the "post-update" hook in TortoiseSVN's documentation. If the other team members use the command-line utilities, they can wrap the svn update
call into some shell script that performs the post-update action as well.
精彩评论