Simple question. I use Visual studio and I\'ve just installed subversion, how can i force the project to be build with msbuild, and if successfully build commit it else warn
I think this might work for you since you use SVN.
In all what you are asking for is like what mausch suggested, a CI server. In that case TeamCity fits the bill.
But perhaps you didnt need all the bells and whistles that came with a CI server. Then SIN might work for you. Check it out if you have time!