Difference between revisions of "Template:UpdatingScriptsAndWebApps"

From ISoft Wiki
Jump to navigationJump to search
(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 ...")
(No difference)

Revision as of 15:04, 22 March 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 that runs at a reasonable time(probably late when no one is using the system).