#19509 closed task (fixed)
osm SVN will be shut down
Reported by: | Klumbumbus | Owned by: | stoecker |
---|---|---|---|
Priority: | blocker | Milestone: | 20.08 |
Component: | Trac | Version: | |
Keywords: | svn git plugins | Cc: | Don-vip, simon04 |
Description
see
- https://trac.openstreetmap.org/wiki/WikiStart?action=diff&version=49
- https://trac.openstreetmap.org/changeset/35503/subversion
What happens to our plugins and other josm core code which is located there?
Attachments (0)
Change History (28)
comment:1 Changed 3 years ago by
comment:2 Changed 3 years ago by
Keywords: | svn git plugins added |
---|
comment:4 Changed 3 years ago by
Cc: | Don-vip simon04 added |
---|
comment:5 Changed 3 years ago by
Summary: | osm trac will be shut down → osm SVN will be shut down |
---|
comment:6 Changed 3 years ago by
I guess it's time to enable our GitLab instance as it, so that we can start to migrate plugins there.
Once the OSM SVN is copied on our server we can start to migrate each plugin to its own git repository.
comment:7 Changed 3 years ago by
Milestone: | → 20.08 |
---|
comment:8 Changed 3 years ago by
We'll get a copy of OSM SVN, so transition will be as smooth as possible.
comment:9 Changed 3 years ago by
BTW, what is with these plugins in the svn which don't have a jar in the dist directory, e.g. trustosm, OsmInspector, sumoconvert. Are these deprecated?
comment:11 Changed 3 years ago by
This change added 95 new Findbugs warnings: https://josm.openstreetmap.de/jenkins/job/JOSM/6675/findbugsResult/new/
comment:12 Changed 3 years ago by
First checkin successful, see #18235, r35518/osm.
Update docs: DevelopersGuide/DevelopingPlugins@100
comment:13 follow-up: 14 Changed 3 years ago by
svn relocate worked fine for me 👍
Could you please update the InterTrac prefixes that e.g. [o35518] works again?
comment:14 follow-up: 18 Changed 3 years ago by
Replying to Klumbumbus:
Could you please update the InterTrac prefixes that e.g. [o35518] works again?
Use r<version>/osm
instead. The o<version>
will continue to point to the old readonly OSM SVN. Anyway usually you wont need it. Commit comments now support the normal syntax, so simply reference a ticket in the checkin and it appears in the text like for JOSM SVN.
comment:18 follow-up: 19 Changed 3 years ago by
Replying to stoecker:
Use
r<version>/osm
instead. Theo<version>
will continue to point to the old readonly OSM SVN.
When OSM Trac is shut down, all those links will be broken.
Can you please enable the #josmXXX
links for the old commits in https://josm.openstreetmap.de/log/osm, thanks!
comment:19 Changed 3 years ago by
comment:20 Changed 3 years ago by
I think the relocation should be announced on josm-dev mailing list and MOTD?
comment:21 Changed 3 years ago by
comment:22 Changed 3 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:25 Changed 3 years ago by
How to handle image paths to plugins? e.g.:
[[Image(osm:source:/applications/editors/josm/plugins/imagery-xml-bounds/images/xml_24.png)]]
This is used on wiki:/Help/Dialog/RelationList and points to the old osm svn. (In our new svn this image is no longer available, was replaced by imagery_xml_bounds_icon.svg)
comment:26 Changed 3 years ago by
[[Image(source:osm/applications/editors/josm/plugins/imagery-xml-bounds/images/imagery_xml_bounds_icon.svg)]]
I'll make a copy of the (josm part of the) SVN on our server.