Latest Replies
Wednesday
Oct082008

Version Control System + Integration Server

Rules:

  • Version Control System should deny commits if the integration server is down. This could be done via hooks (that's the rare case, when the usage of VCS hooks is somewhat justified).
  • OR Integration server should process incoming commits one by one.
  • Optionally, commit should be denied, if it breaks the build (I believe integration server from the JetBrains does this)

This will ensure that we do not have to waste time trying figure out which commit did break the build.

Obviously, the integration build should be lightning-fast.

« Hunger for the integration builds | Main | Twitter »

Reader Comments

There are no comments for this journal entry. To create a new comment, use the form below.

PostPost a New Comment

Enter your information below to add a new comment.

My response is on my own website »
Author Email (optional):
Author URL (optional):
Post:
 
Some HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>