I want the web server file to be updated automatically when the SVN server commit.
my update code
@echo off
"C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe" /command:update /path:"D:\WebSite\Agent" /closeonend:1
exit /b
It can be updated automatically every few seconds, but I want to update it only when a commitment occurs. What should I do?