jsimmons10
Community Developer
- Joined
- Feb 15, 2012
- Messages
- 744
- Reaction score
- 10
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:
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:
To close the progress dialog at the end of a command automatically without using the permanent setting you can pass the /closeonend parameter.
/closeonend:0 don't close the dialog automatically
/closeonend:1 auto close if no errors
/closeonend:2 auto close if no errors and conflicts
/closeonend:3 auto close if no errors, conflicts and merges
Last edited: