create a task to update svn folders automatically This tutorial will allow you to set auto updates for svn req: windows 7 and up task scheduler comes with windows. step 1: open task scheduler. to do so go to start > all programs > accessories > system tools step 2: click CREATE TASK. [IMG]http://i.imgur.com/n7ZqPJZ.png[/IMG] step 3:fill in tabs as indicated below gen: fill in name. and that is it for gen triggers: click NEW and fill in the info you would like. in my picture i have it to update everyday at 6pm actions: under program/script add in TortoiseProc.exe under add argument paste in /command:update /path:" path to the svn folder you would like to update." /closeonend:0 make sure the path of the folder is correct or it will skip the update. best way to do this is to do an svn update manualy then right click the path it shows and copy to clipboard and use that. for example mine is /command:update /path:"C:\Users\jake\Downloads\Honorbuddy 2.5.13286.775\Routines\TuanHAPaladinWoD" /closeonend:0 [IMG]http://i.imgur.com/eU0GO1d.png[/IMG] step 4: you are done. you may change some setting around if you like but at your own risk. once done the task should be under task schedual library, scroll down in middle to find it to make sure it was added. and you are all set. if you ever want to delete or disable task right click it and select option Z:
forgot to mention that you can add more then one action in. so you can potentially have all ur svn folders update at once
thank you. i will add this in. i dident bother adding it in due to some people including me like to see what was updated before clicking ok.