I would like to create post-commit hook in tortoiseSVN. I want to copy (sync) files (or whole application) to another location. My problem is that I have a web application, and we develop it on local pcs (localhost server) but when somebody commit something new to online repository I want to copy those data (or maybe whole application) to dev subdomain folder.
Share
Dirty draft:
svn help export, export full WC every-time for client-side hook, сopy as you canall again