Skip to content

Instantly share code, notes, and snippets.

@wondger
Created September 26, 2012 01:52
Show Gist options
  • Save wondger/3785552 to your computer and use it in GitHub Desktop.
Save wondger/3785552 to your computer and use it in GitHub Desktop.
TortoriseSVN auto update
@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