I'm having trouble getting my ccnet.config file to automatically
update as per the instructions here -
http://confluence.public.thoughtworks.org/display/CCNET/Configure+CruiseControl.Net+to+Automatically+Update+its+Config+File
I'm using cvsnt rather than subversion. This is the project block i'm
using:
<project name="CCNet Config" queue="QBuild" queuePriority="1">
<category>Config</category>
<webURL>http://localhost/ccnet/</webURL>
<triggers>
<intervalTrigger seconds="30" />
</triggers>
<modificationDelaySeconds>10</modificationDelaySeconds>
<sourcecontrol type="cvs">
<executable>C:\Program Files\CVSNT\cvs.exe</executable>
<cvsroot>:sspi:svrbld01:2401:/build</cvsroot>
<module>bldvs08</module>
</sourcecontrol>
</project>
But when it's triggered it just doesn't seem to do the update. Any
ideas?
Thanks.