Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. You are responsible for latest trunk to build and at least start up with your changes before you commit to SVN. This typically implies that you ought to do an "svn up" to your tree and build before committing. Of course, we don't expect everyone to test on more than their preferred development platform(s), and we'll work with the Infraops team to increase our coverage with continuous integration tools and build-bots.
  2. If the trunk is broken (i.e. it doesn't build without your changes), please don't commit. The idea is, that more than likely, pouring more ! Meaning, please don't pour more fuel to the fire will not help, doing so will just complicate resolving the previous commit(s) that might have broken the build.
  3. If your changes are so large that you want to make partial commits, please create a SVN branch or work on a local repository using a VCS system like Git or Mercurial. Several of the developers in the community use Git and hg, and can provide tips on how to use it.

...