SVN Latest Batch File


Its easy to create WINDOW batch file to get latest committed code from SVN daily.

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

Popular posts from this blog

PUTTY - The server's host key is not cached in the registry cache

OIM-12c Installation - FMW - SOA - IDM

SAML & OAuth 2.0