I have a process that modifies some files, and I would like to commit them using the command line with alternating SVN without clicking ok. A dialog will pop up and my script will keep waiting until I click OK. Here are the arguments I'm using:
TortoiseProc.exe /command:commit /path:"c:\svn\MyProject" /notempfile /logmsg:"Files Modified 2010-02-12" /closeonend:3
source
share