I want to automate the checkout of a working copy of an existing repository to a desired location. I am using Tortoise SVN on windows 7 and i will not be able to use any other forms of SVN as http://tortoisesvn.net/docs/nightly/TortoiseSVN_en/tsvn-automation.html suggests, as i have not admin rights and the whole department is using Tortoise SVN. I know i can use commands to open the GUI's but is it possible to interact with these GUI's or even better create a command that doesn't necessarily require the GUI's
TortoiseProc.exe/command:checkout /url:[source] /path:[destination] - opens the chekout GUI, how can i "press" OK from the command line?