SVN Latest Batch File
Steps:
1. Create blank file as name "SVN_Update.bat"
2. Copy below highlighted red contents and paste into newly created file in step-1.
:: Name : SVN_Update.bat
:: Purpose : To execute all 'Start of day' tasks
:: Author : Bhavin Patel
:: Revision : 11-Jun-2020 - Initial version
echo Hello %USERNAME%
svn update C:\SVN\branches\code\src
timeout /t 5
3. Specified working local folder & Run the batch file to sync latest code from repository browser configured.
Comments
Post a Comment