We have a project configured in TeamCity 7.+ to watch a project in Subversion. Each check-in will trigger a build. However, in this case, we want to skip/clear the backlog.
To be very clear: I do not wish to "undo" these Subversion commits. I want to keep the svn commits, but skip the TeamCity builds.
I tried disconnecting the Build Trigger (disable, then delete), but no luck. The TeamCity queue remains.
How to do it? My googling skills are failing me. =(