Not everyone I work with has subversion configured the same way. Every once in a while I have to make sure that all source files have the proper eol-style and keyword expansion set. It would be much easier if I could just fail the build if someone commits code without configuring subversion properly. Is that possible?
EDIT
The build uses maven kicked off from TeamCity, but I'm willing to set up a new build to make this happen.