Key to upgrade after SVN

I searched the Internet for information on how to implement the hook after the update on my local machine, but I did not find anything! In particular, I would like to launch this hook after updating my SVN copy from PHPStorm 3.0. I wrote phing build.xml that will handle the task that I want to complete after updating svn automatically. Any ideas? Ty in advance!

PS: our local machines run Win7.

+3
source share
1 answer

As @Rup noted, you will need a client that supports hooks on the client side (e.g. Tortoise SVN). Another option is to write a script (batch file) that first starts the svn update and then performs other actions that you would like to do in your turn.

0
source

All Articles