I have an exploded www folder containing my whole php website.
I wonder if something like this is possible:
- developers don't work directly on the files
- changes are tested locally or on a staging server
- svn commits trigger an event which synchronizes latest changes made to the repo, to the www folder
I heard about svnsync / svnexport tools but how can I trigger them on commits or make them "listening" to my repo?
In addition, can they update just the changed files? My repo is very big.