Skip to content

Instantly share code, notes, and snippets.

@hoozh
Created February 4, 2017 07:55
Show Gist options
  • Save hoozh/0273c141ef02379c7964a15568fddfb5 to your computer and use it in GitHub Desktop.
Save hoozh/0273c141ef02379c7964a15568fddfb5 to your computer and use it in GitHub Desktop.
bat svn commit
@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