Changes between Version 2 and Version 3 of CodeRepository


Ignore:
Timestamp:
Oct 27, 2019, 12:43:36 PM (5 years ago)
Author:
strk
Comment:

OSGeo GIT is now official

Legend:

Unmodified
Added
Removed
Modified
  • CodeRepository

    v2 v3  
    1 The official PostGIS code repository is the Subversion repository (http://svn.osgeo.org/postgis/).
     1The official PostGIS code repository is a git repository hosted on
     2OSGeo ​Gitea instance (​https://git.osgeo.org/gitea/postgis/postgis).
    23
    3 A number of CodeMirrors do exist for users and contributor's convenience.
     4To get the source from !OSGeo Git Service, and start a configure:
     5
     6git clone https://git.osgeo.org/gitea/postgis/postgis.git
     7cd postgis
     8./autogen.sh
     9./configure
     10
     11To fork PostGIS to modify and test new features, just click on the Fork button on top of the postgis page.
     12You'll need to login using your OSGeo Userid (a link to register a new account will be found on the login page).