Changes between Version 12 and Version 14 of Source code
- Timestamp:
- (multiple changes)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Source code
v12 v14 14 14 svn co https://josm.openstreetmap.de/svn/trunk josm 15 15 }}} 16 * From the officialOSM Subversion repository (recommended if you're also interested in plugins):16 * From the former OSM Subversion repository (recommended if you're also interested in plugins): 17 17 {{{ 18 18 #!sh 19 svn co https:// svn.openstreetmap.org/applications/editors/josm19 svn co https://josm.openstreetmap.de/osmsvn/applications/editors/josm 20 20 }}} 21 * From the unofficial [https://github.com/openstreetmap/josm GitHub mirror]: 21 * JMapViewer from the former OSM Subversion repository 22 {{{ 23 #!sh 24 svn co https://josm.openstreetmap.de/osmsvn/applications/viewer/jmapviewer/ 25 }}} 26 * If the old URL https://svn.openstreetmap.org/applications/editors/josm is used, then go to the working copy and call {{{svn relocate}}} with the new URL. 27 * From the unofficial [https://github.com/openstreetmap/josm GitHub mirror]: 22 28 {{{ 23 29 #!sh