geopython / pywps

PyWPS is an implementation of the Web Processing Service standard from the Open Geospatial Consortium. PyWPS is written in Python.
https://pywps.org
MIT License
175 stars 117 forks source link

Merge branches with previous versions and create tags #134

Open ldesousa opened 8 years ago

ldesousa commented 8 years ago

The branches related to previous versions of PyWPS should be merge into the same history tree and identified properly with tags.

This probably works by starting with version 1.0.0 and merging the other branches one by one.

tomkralidis commented 8 years ago

@ldesousa please clarify? Does this mean that release were previously cut as branches and should have been tags? Can we specify a list of versions we require tags for? #justbeingcautious

ldesousa commented 8 years ago

Right now there are both tags and branches (e.g. pywps-3.0) for the previous releases dating back to 2006. We only need the tags and thus can clean the branches. We only have to guarantee that when deleting these branches the full history remains.

tomkralidis commented 8 years ago

Makes sense. +1