I am relatively new to Tortoise SVN and wanted to find a way to auto-commit and update files. I can complete the task manually with the CMD prompt but wanted to know if there was a way to run this through task scheduler.
I previously would have used a .bat file but my workplace has banned this (for whatever reason). I can however tell the task scheduler a particular line of code. The following works to manually update within CMD Prompt. Any suggestions would be appreciated.
''' CD C:\location\of\files
svn commit -m 'updated data for processing run'
svn update '''