Just what the title says. A simple bat file to update svn and run an automated build.
update.bat
set ROADMAP_PATH=c:\roadmap svn update %ROADMAP_PATH% cd %ROADMAP_PATH%\scripts call DeployRoadmap.bat
Thanks Justin.
A blog about creating valuable software
October 3, 2011
Just what the title says. A simple bat file to update svn and run an automated build.
update.bat
set ROADMAP_PATH=c:\roadmap svn update %ROADMAP_PATH% cd %ROADMAP_PATH%\scripts call DeployRoadmap.bat
Thanks Justin.
Leave a Reply