I've set up Teamcity 5.1.4 to do dev CI builds against the trunk in our SVN repository. Then I also set up a "QA" build that points to a "QA" branch in the svn repository too. Rather than deal with ugly merges, we delete the QA branch and just create a new branch from the head on trunk.
But when we do this, Teamcity doesn't see any changes in the files. I have to remove my teamcity VCS root for that project and create it again. I've tried forcing a clean build on the project, but nothing other than removing the current VCS root for the project and creating a new one seems to help.
Is there an easier way to get it to build these, forcing it to get the full checkout from SVN?