Here's the solution. It involves using the rather powerful "schtasks" windows command:
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/schtasks.mspx?mfr=true
Here's what I used:
schtasks /create /sc hourly /mo 2 /tn "autoupdatesourcecode" /tr c:\tools\autoupdatesourcecode.bat
And this is my super-simple autoupdatesourcecode.bat:
cd d:\Codebase\trunk\pi\ d: svn up
No comments:
Post a Comment