Re: Polling Times

2014-03-19 Thread Daniel Beck
Use this: H/10 7-19 * * 1-5 It's essentially parts of these two examples provided in the inline help pasted together: > # every fifteen minutes (perhaps at :07, :22, :37, :52) > H/15 * * * * > # once every two hours every weekday (perhaps at 10:38 AM, 12:38 PM, 2:38 PM, > 4:38 PM) > H 9-16/2 * *

Polling Times

2014-03-19 Thread Andrew Kujtan
I'm trying to set up my SVN polling to run every 10 minutes between 7am and 8pm Monday through Friday, the documentation is a little hard to parse, is the following correct? H/6 7-20/1 * * 1-5 Cheers, Andrew Kujtan -- You received this message because you are subscribed to the Google Gro