Hi there,
With subversion is there a way to automatically update a repository at say 6am every morning?
Hi there,
With subversion is there a way to automatically update a repository at say 6am every morning?
To run a command to update an SVN working copy at 6:00 am every morning on Windows:
at 06:00 /every:M,T,W,Th,F,S,Su svn up path\to\wc
You could take out S
and Su
to have it only run on weekdays.