I am trying to do a command line svn update on my windows machine (to use in a batch file), and I want it to emulate what my settings are in the Tortoise SVN GUI.
In the tortoise settings, we have to specify the following in the SSH client...
C:\Program Files\TortoiseSVN\bin\TortoisePlink.exe -l usernamehere -pw mypassword -i C:\Users\Mike\Documents\myprivatekey.ppk
and I simply right click update...
does anyone know how I would use the svn.exe to emulate the above? (using plink with a private key?)
If I am not clear on something please comment and I will work it out.
Best, Mike