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
You could also use CruiseControl, Hudson or another continuous integration tool.
These could run in the background, watch for changes and then build.