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
TortoiseSVN has client-side hook scripts which you could use. For example, you could write a script which does the build and only returns true if the build was successful. Then add that script as a pre-commit hook.