Changes between Version 9 and Version 10 of DevelopersGuide/SVN_Account


Ignore:
Timestamp:
2014-10-23T17:25:08+02:00 (11 years ago)
Author:
skyper
Comment:

interwiki links

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/SVN_Account

    v9 v10  
    33There are two different types of SVN accounts
    44 * JOSM core account - You only get an account for JOSM core after you supplied useful patches for some time using the bug tracker. There is no need to ask for it, the current maintainer will ask you.
    5  * OSM account - This account is needed to change plugins. This is the same account as for all the other OSM projects. See also [http://wiki.openstreetmap.org/index.php/Accounts#SVN_access_.28OSM_software.29 here].
     5 * OSM account - This account is needed to change plugins. This is the same account as for all the other OSM projects. See also [osmwiki:../index.php/Accounts#SVN_access_.28OSM_software.29 here].
    66
    77= Rules for JOSM account =
     
    2727= Some SVN specifics =
    2828 * 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.
     29  * When a #<num> is in the comment, then the [/log/?verbose=on change log] will contain a link to the referenced bug.
    3030  * When "closed #<num>", "close #<num>", "closes #<num>", "fix #<num>", "fixed #<num>", "fixes #<num>" or "applied #<num>" is used, then the referenced bug is closed.
    3131  * 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.