Changes between Version 42 and Version 43 of DevWikiComitGuidelines
- Timestamp:
- 05/17/11 03:16:21 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiComitGuidelines
v42 v43 36 36 This will be the responsibility of the documentation lead to ensure. 37 37 38 == Code Conventions == 39 * C code should follow our designated [http://trac.osgeo.org/postgis/browser/trunk/STYLE A-style] format to the best of your abilities 40 38 41 == SVN Administrator == 39 42 … … 58 61 * spike branch (those in the spike/username area are to be used for experimentation or for major code refactorings that will destabilize the trunk. After such experimentation is deemed stable, this can then be merged into the trunk after approval from PSC members. 59 62 * All source code in SVN should be in Unix text format as opposed to DOS text mode. 60 * C code should follow our designated [http://trac.osgeo.org/postgis/browser/trunk/STYLE A-style] format and astyle should be applied before commit63 61 64 * When committing new features or significant changes to existing source code, the committer should take reasonable measures to insure that the source code continues to build and work on the most commonly supported platforms (currently Linux and Windows), either by testing on those platforms directly, running Buildbot tests, or by getting help from other developers working on those platforms. If new files or library dependencies are added, then the configure.in, Makefile.in and related documentations should be kept up to date. 62 65 * In the event of broken build (build bot fail notification), the person who broke the build must fix the break before working on anything else … … 116 119 * Kevin Neufeld 117 120 * Regina Obe (P) Documentation Lead 121 * Bborie Park 118 122 * Pierre Racine 119 123 * Paul Ramsey (P) SVN Administrator