Changes between Initial Version and Version 1 of GitLab


Ignore:
Timestamp:
10/14/15 01:55:12 (9 years ago)
Author:
strk
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • GitLab

    v1 v1  
     1The PostGIS source tree on !GitLab (https://gitlab.com/postgis/postgis) is a mirror of the Subversion repository (http://svn.osgeo.org/postgis/).
     2
     3To get the source from !GitLab, and start a configure:
     4{{{
     5git clone https://gitlab.com/postgis/postgis.git
     6cd postgis
     7./autogen.sh
     8./configure
     9}}}
     10To 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].