How would you handle software testing and Subversion?
Anónimo
Use a build/test server and a python script during commits. Sometimes it is necessary to commit code that doesn't compile or is non-functional for some reason, but the build server gives you a bright red dot to tell you that the build didn't complete or tests didn't pass. I prefer Hudson, and I went to explain how to set it all up in some detail.