The golden rule of checking in code is: Don't check in code that will break the build. Nobody likes code that won't compile. Also see Scott Hanselman's First Rule of Software Development . In order to help verify that your pending check-in will continue to result in a healthy build, you may...