On my machine Tortoise SVN is installed. I wanted to add and commit files using command line.
When I tried svn add --force /path/to/your/project/* command I am getting 'svn' is not recognized as an internal or external command error.
I also tried Tortoise commands:
TortoiseProc.exe /command:commit
/path:"c:\svn_wc\file1.txt*c:\svn_wc\file2.txt"
/logmsg:"test log message" /closeonend:0
TortoiseProc.exe /command:update /path:"c:\svn_wc\" /closeonend:0
TortoiseProc.exe /command:log /path:"c:\svn_wc\file1.txt"
/startrev:50 /endrev:60 /closeonend:0
It works but after hitting command SVN window will open. We need to click "OK" button manually.
Is there any way or commands to make automatically add and commit.
