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