So i have been trying to find a way to auto update my SVN repo whenever someone commit a new file
I found this commandline from google and i can get that to work with autoit np
CD C:\Program Files\TortoiseSVN\bin\
START TortoiseProc.exe /command:update /path:"C:\www\MyRepo\" /closeonend:0
But what i want is everytime someone commits something and my repo aint the newest version, i want it to run the commandline.
I tried googling and can't find anything
is this even possible, if it is how? can you get the newest version with a command line to and compare it to your own version maybe ?
Thanks