开发者

SVN: automatically running something every time the repository is updated

开发者 https://www.devze.com 2023-02-04 08:05 出处:网络
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?

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消