I am using cruise control .net for fetching code from SVN for an application. I want to fetch it on the basis of change sets ,
below is the scenario for what i need.
If one team is working on build 1 and second team is working on build 2 and they are committing their code on SVN regularly. Now i want to fetch code only of build 1, not of build 2. How can i get it using cruise controls .net?