CCNet is using the following command to check my CVS repository for
modifications:
c:\workingDirectory\ cvs -d {cvs root} -q rlog -N -r {branch} "-
d>2009-03-18 {time right now} GMT"
Problem is it never finds any modifications because it never selects
any revisions. Every check says "total revisions: 3 selected
revisions: 0". Not surprising since it's looking for stuff that is
newer than right now. If I run the same command from the command
prompt without the date option or if i set the date back to a time
further in the past it works fine. Is there some way around this?
Can I tell CCNet to not use the date option or to use a different
date?
Thanks