I have a .net project in subversion that integrates seamlessly with Cruisecontrol.net.
I am using the CCN task to control the source of SVN.
A .net project library directory with a set of reusable components configured as external subversions.
ProjectA \ libraries {reusable components directory} ProjectA \ libraries \ COMPONENT1 ProjectA \ libraries \ COMPONENT2 ProjectA \ libraries \ Component3
projectA \ Src {source code directory}
when the external subversion variables are changed, the assembly does not start because it does not detect changes that have occurred in extern folders.
How to make the ccnet subversion task build right away when there are changes to the configured components as external.
source share