Created
February 4, 2017 07:55
-
-
Save hoozh/0273c141ef02379c7964a15568fddfb5 to your computer and use it in GitHub Desktop.
bat svn commit
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 off | |
FOR /L %%* IN (1,1,400) DO ( | |
ECHO 1 >> 1.txt | |
rem svn commit -m "create dummy commit" ./1.txt | |
tortoiseproc.exe /command:commit /path:"E:\Proj\scopeimage\1.txt" /logmsg:"create dummy commit" /closeonend:1 | |
) | |
PAUSE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment