Created
March 16, 2022 10:06
-
-
Save DineshSolanki/8ab7eaca38e75997fe8312e67774981d to your computer and use it in GitHub Desktop.
Update multiple svn folders with batch file
This file contains hidden or 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
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