wiki:TinyOWSModGeocacheIntegration

Version 3 (modified by dmorissette, 13 years ago) ( diff )

--

TinyOWS and Mod-Geocache integration in the MapServer project

This page discusses the administrative details of the integration of the TinyOWS and mod-Geocache projects into the MapServer project, if RFC 70 and 71 are accepted.

Governance

  • It is planned that the MapServer PSC would become the ultimate authority for the merged projects
  • Olivier Courtin to be added to the MapServer PSC as owner of the TinyOWS module
  • Thomas Bonfort is already on the PSC and will act as owner of the mod-Geocache module
  • It is understood that even though the ultimate decision authority is the PSC and the merged projects will have to follow the PSC rules (RFCs, etc.), the recommendations of a module owner are most of the time followed and the PSC does not get in the way of a module owner trying to make enhancements to the software, unless other devs envisions possible issues, in which case the group works together to define a better solution. (in other words, Oliver and Thomas will remain the technical leads of their respective modules and the PSC will do its best to support them in their work)

Sub-project names

  • How do we refer to the two sub-projects once merged? Do we call them sub-projects? Modules? Components?
  • If we want the whole thing to be promoted as a "MapServer Suite" (or stack, or ....) then we need clear names for each component
    • MapServer core needs a name (or do we just call it "MapServer core" ... or CGI?
    • MapSript?
    • RFC 70 says nothing about the way the preferred name for TinyOWS after the merge
    • RFC 71: “Mod-Geocache” as a name is a poor choice, and should be changed during the integration with MapServer. The author has no predefined idea as to what the solution should be named, ideas will be greatly appreciated.

License

  • MIT in all cases:
    • RFC 70: TinyOWS already use MIT licence, as MapServer does. Copyright holders (Barbara Philippot and Olivier Courtin) should be kept on existing TinyOWS files.
    • RFC 71: The apache licence of mod-geocache will be switched to the same licence as MapServer.

Release planning / scheduling

  • Tricky: we want to allow TinyOWS and Mod-Geocache to have an independent and faster release cycle than MapServer core which is more mature. But one of the drivers for this merge is that users would also benefit from a combined/unified release of the full suite every once in a while... so we need to be able to allow a mix of both.
  • Release numbering?
    • MapServer 6.x, TinyOWS 1.x, Mod-Geocache 0.4 ... confusing if we want to appear as a unified project... and then which version number do we give to the complete suite when we release as a whole?
    • Adopt a common release numbering scheme? e.g. Ubuntu-style based on year.month? Would allow intermediate releases by component, while having consistent release numbers between all components ... e.g. MapServer suite with all components initially released as 11.08 (august 2011), next major release of MapServer core planned for early 2012, but in the meantime sub-projects can be released as 11.10, 11.11, etc... and next full suite release (including MapServer core) could be around February as v12.2? This also allows for bugfix releases as 11.8.1, 11.8.2, etc.
    • Other options?

Build system integration

Single build system or multiple/separate ones? It seems that we need a mix of both... Daniel has some ideas

Source and binary packaging

Mailing lists

  • Okay to use the existing mapserver lists?
  • RFC 70 says: tinyows-dev and tinyows-users should be stopped and news discussions should occurs to relevant mapserver ones.
  • RFC 71 has nothing explicit but mentions the switch to mapserver-dev (which would imply mapserver-users as well)

SVN

  • MapServer currently uses:
    http://svn.osgeo.org/mapserver/trunk/mapserver/
    http://svn.osgeo.org/mapserver/trunk/msautotest/
    http://svn.osgeo.org/mapserver/trunk/docs/
    ...
    http://svn.osgeo.org/mapserver/branches/branch-6-0/mapserver/
    http://svn.osgeo.org/mapserver/branches/branch-6-0/msautotest/
    http://svn.osgeo.org/mapserver/branches/branch-6-0/docs/
    ...
    http://svn.osgeo.org/mapserver/tags/rel-6-0-1/mapserver/
    http://svn.osgeo.org/mapserver/tags/rel-6-0-1/msautotest/
    (no tagging for docs)
    
  • RFC 70 suggests, for TinyOWS:
       svn.osgeo.org/mapserver/trunk/tinyows 
       svn.osgeo.org/mapserver/branches/tinyows-1.0 
       svn.osgeo.org/mapserver/tags/tinyows-1.0.0
    
  • RFC 71 suggests, for mod_geocache:
       svn.osgeo.org/trunk/mapserver/mod-geocache
    
    which should probably be:
       svn.osgeo.org/mapserver/trunk/mod-geocache
       svn.osgeo.org/mapserver/branches/mod-geocache-0.4
       svn.osgeo.org/mapserver/tags/mod-geocache-0.4.0
    
  • If we adopt the above then how do we deal with branching and tagging for the combined MapServer suite?

Test suite(s)

  • We currently have msautotest
  • Do we want combined or separate test suites?

Tickets (Trac)

Website and documentation

  • How do we organize docs and the website in the context of combined projects?
  • How do we deal with releases (and docs updates) that are not synchronized?
  • RFC 70 says: tinyows.org domain could be redirected to the coming MapServer TinyOWS documentation pages.
  • RFC 71 says: The mod-geocache documentation is rather sparse, and consists essentially of a commented configuration file. There will have to be an effort to add documentation to the main mapserver doc site, and to migrate the few wiki pages from the google-code hosting.
Note: See TracWiki for help on using the wiki.