Changes between Version 8 and Version 9 of DevelopmentGuidelines


Ignore:
Timestamp:
Feb 7, 2011, 5:50:31 PM (13 years ago)
Author:
jannekevdp@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentGuidelines

    v8 v9  
    3232
    3333== Subversion commits ==
    34   * Commit logical changesets
     34 * Commit logical changesets
    3535 * When you commit a change to the repository, make sure your change reflects a single purpose: the fixing of a specific bug, the addition of a new feature, or some particular task. Your commit will create a new revision number which can forever be used as a "name" for the change.
    3636 * if you break the repository you have to get cake!