Changes between Version 4 and Version 5 of DevelopersGuide/SVN_Account


Ignore:
Timestamp:
Nov 1, 2009 8:15:29 PM (4 years ago)
Author:
stoecker
Comment:

Added SVn commit comments

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/SVN_Account

    v4 v5  
    2222 * Reworking code needs tactfulness. 
    2323 * Don't take code changes personal - nobody owns parts of the code. 
     24 * Reference bugs in commit messages and also add a comment what you did. 
     25 * When applying patches add the patch author (but not the email - except maybe encrippled). 
     26 
     27= Some SVN specifics = 
     28 * JOSM svn supports commit comments. 
     29  * When a #<num> is in the comment, then the [http://josm.openstreetmap.de/log/?verbose=on change log] will contain a link to the referenced bug 
     30  * When "closed #<num>", "close #<num>", "closes #<num>", "fix #<num>", "fixed #<num>", "fixes #<num>" or "applied #<num>" is used, then the referenced bug is closed. 
     31  * When "addresses #<num>", "re #<num>", "references #<num>", "refs #<num>"or  "see #<num>" is used, then the commit comment is inserted in bug without closing it. 
     32 * OSM SVN has same feature but addresses OSM bug tracker. Don't use #<num> form in OSM (e.g. when fixing plugins) to address JOSM bug numbers.