Skip to content

Instantly share code, notes, and snippets.

@DineshSolanki
Created March 16, 2022 10:06
Show Gist options
  • Save DineshSolanki/8ab7eaca38e75997fe8312e67774981d to your computer and use it in GitHub Desktop.
Save DineshSolanki/8ab7eaca38e75997fe8312e67774981d to your computer and use it in GitHub Desktop.
Update multiple svn folders with batch file
REM originally found here - https://medium.com/tinywave/svn-automatic-update-using-batch-file-9eaf78f226b9
set CHECKOUTFOLDER=D:\folder1*D:\folder2
set SVNPATH=C:\Program Files\TortoiseSVN\bin
"%SVNPATH%\TortoiseProc.exe" /command:update /path:"%CHECKOUTFOLDER%" /closeonend:2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment