I need to add a batch line in my script that make me the opportunity to launch a commit automatically.
So, I don’t need to click-right after each change on file and select SVN commit:
I putted the line below but the commit command didn’t launch automatically:
svn commit -m "Ok." %WORKING_COPY%
What’s wrong, please?
TortoiseSVN Help, Appendix D. “Automating TortoiseSVN” part, “D.1. TortoiseSVN Commands” topic
and
I.e – you’ll see commit-dialog, but only once