| 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. |