Created
September 26, 2012 01:52
-
-
Save wondger/3785552 to your computer and use it in GitHub Desktop.
TortoriseSVN auto update
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo auto update start! | |
@echo off&setlocal enabledelayedexpansion | |
:loop | |
@ping 127.0.0.1 -n 600 > nul | |
"C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe" /command:update /path:"d:/work/FETest/code/" /closeonend:3 | |
@echo [%DATE% %TIME%] update success | |
goto loop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment