Preventing build breaks - using a pre-commit build -


what methods available preventing sloppy developers breaking builds.
there version control systems have system of preventing check-in of code breaks build.
thanks

microsoft tfs build has called "gated check-ins" provides this, performing private check-in (called shelving) promoted normal check-in if build succeeds.

http://blogs.msdn.com/b/patcarna/archive/2009/06/29/an-introduction-to-gated-check-in.aspx

teamcity has concept of "delayed commit"

http://www.jetbrains.com/teamcity/features/delayed_commit.html

i can wholeheartedly recommend teamcity!


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -