What is the best way to run your suite of unit tests after each commit?
I'm particularly interested in the case that you do all of your features/changes in branches and keep your trunk stable.
My source control is SVN and I use tortoise SVN as my client.
Is there an SVN event or something along those lines that I can call a .cmd/.bat file?
If the answer is cruisecontrol, how do you check all branches with cruise control?