Hello,
I’m wanting to use the Command line Client of Tortoise SVN : TortoiseProc, to do an automated Checkout of a given URL, to a given path.
If I use the command:
TortoiseProc.exe /command:checkout /path:”<path>” /url:"<URL>"
TortoiseProc is still showing up the Dialog box, where I need to click on “OK” button, so that the checkout can begin.
If I want this process to run silently, in a command line, when no one is physically in front of the machine to hit the OK button,
How can I do this ?
How can I avoid the Dialog box from being shown ? In other words, is there a fully CLI version of Tortoise SVN ?
Thanks,
Taruna
/closeonend:0
don't close the dialog
automatically
/closeonend:1
auto close if no errors
/closeonend:2
auto close if no errors
and conflicts
/closeonend:3
auto close if no errors,
conflicts and merges