Difference between revisions of "Template:UpdatingScriptsAndWebApps"
From ISoft Wiki
Jump to navigationJump to search
Daytonlowell (talk | contribs) (Created page with "You'll need TortoiseSVN installed and the repo checked out. Make a batch file and put it somewhere reasonable and include the following: '''svn up "<local path to the repo you ...") |
|||
Line 9: | Line 9: | ||
'''svn up "C:\Program Files (x86)\ISoft Data Systems\PrintQueue"''' | '''svn up "C:\Program Files (x86)\ISoft Data Systems\PrintQueue"''' | ||
Then create a Windows scheduled task that runs at a reasonable time(probably late when no one is using the system). | Then create a Windows scheduled task with two triggers, one that runs at a reasonable time (probably late when no one is using the system) and one that runs at system startup. |
Latest revision as of 15:32, 14 April 2016
You'll need TortoiseSVN installed and the repo checked out.
Make a batch file and put it somewhere reasonable and include the following:
svn up "<local path to the repo you checked out>"
for example:
svn up "C:\Program Files (x86)\ISoft Data Systems\PrintQueue"
Then create a Windows scheduled task with two triggers, one that runs at a reasonable time (probably late when no one is using the system) and one that runs at system startup.