Changes between Initial Version and Version 1 of GitLab
- Timestamp:
- 10/14/15 01:55:12 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GitLab
v1 v1 1 The PostGIS source tree on !GitLab (https://gitlab.com/postgis/postgis) is a mirror of the Subversion repository (http://svn.osgeo.org/postgis/). 2 3 To get the source from !GitLab, and start a configure: 4 {{{ 5 git clone https://gitlab.com/postgis/postgis.git 6 cd postgis 7 ./autogen.sh 8 ./configure 9 }}} 10 To fork PostGIS to !GitLab to modify and test new features, follow the guideline [http://doc.gitlab.com/ee/workflow/forking_workflow.html Project Forking Workflow].