i am running a VisualSVN server on a Windows 2012 (R2) server. I have created a working copy of my repository on the same machine. I have also installed Tortoise SVN on this machine. I would like to SVN update this working copy following a schedule. I have created a .bat file doing the following:
CD C:\Program Files\TortoiseSVN\bin\
START TortoiseProc.exe /command:update /path:"D:\Files\SVN_WorkingCopy\ApplicationScripts\" /closeonend:0
When i execute this bat manually (via remote desktop), the contents of the working copy gets updated fine. When i integrate this bat file in a Windos scheduled task however, the task runs successfully but the working copy is not update.
Any ideas, why ?
Thanks!
...obviously if you have any ideas on how to get this task done in a different way, i'd appreciate any suggestions. I still would like to understand, whats causing the above problem though :)
Eventhough this question might be somewhat related to Checkout a specific revision from Subversion from the command line, it is not an exact duplicate as the automation aspect in my question is not dealt with in the related post.