So have been trying to automatically update SVN using this code/.exe:
@echo off
“C:\Progrm Files\TortoiseSVN\bin\TortoiseProc.exe” /command:update /path:”C:/SVN/Company/Products” /closeoned:2
Unfortunately I keep getting this error message:
C:\WINDOWS\system32\cmd.exe-updateSVN.exe
The NTVDM CPU has encountered an illegal instruction.
CS:1210 IP:0101 OP:65 63 68 6f 20 Choose ‘Close’ to terminate the application.
As far as I can tell this should be fairly basic, does any one know how to remedy this situation?
Start from fixing typos in syntax
In order to remedy situation just use command-line lient for updating Working Copy (it can be installed with TortoiseSVN 1.7.* from TSVN-installer or separately)