[postgis-tickets] [SCM] PostGIS; Spatial objects for PostgreSQL. branch stable-3.0 updated. 318bfa75b9968b95a3f958bb7199b5a25c72752d

git at osgeo.org git at osgeo.org
Sun Nov 10 17:58:51 PST 2019


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS; Spatial objects for PostgreSQL.".

The branch, stable-3.0 has been updated
       via  318bfa75b9968b95a3f958bb7199b5a25c72752d (commit)
      from  4d08083f01121f53b77b00cf846f7d49110d13f5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 318bfa75b9968b95a3f958bb7199b5a25c72752d
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Nov 10 20:58:42 2019 -0500

    Replace svn with git repo and add page that links to mirrors

diff --git a/doc/installation.xml b/doc/installation.xml
index 9148a29..7f84c7d 100644
--- a/doc/installation.xml
+++ b/doc/installation.xml
@@ -307,21 +307,22 @@ tar -xvzf postgis-&last_release_version;.tar.gz</programlisting>
 
 	<para>
 	  Alternatively, checkout the source from the
-	  <ulink url="http://subversion.apache.org/">
-		svn
+	  <ulink url="https://git-scm.com/">
+		git
 	  </ulink>
 	  repository
-	  <ulink url="https://svn.osgeo.org/postgis/trunk/">
-		https://svn.osgeo.org/postgis/trunk/
+	  <ulink url="https://git.osgeo.org/gitea/postgis/postgis/">
+		https://git.osgeo.org/gitea/postgis/postgis/
 	  </ulink>
 	  .
 	</para>
 
-	<programlisting>svn checkout https://svn.osgeo.org/postgis/trunk/ postgis-&last_release_version;</programlisting>
+	<programlisting>git clone -b stable-&last_minor_version; https://git.osgeo.org/gitea/postgis/postgis.git postgis-&last_minor_version;</programlisting>
+	<para>PostGIS also offers <ulink url="https://postgis.net/source/">several git mirrors</ulink>.</para>
 
 	<para>
 	  Change into the newly created
-	  <varname>postgis-&last_release_version;</varname> directory to continue
+	  <varname>postgis-&last_minor_version;</varname> directory to continue
 	  the installation.
 	</para>
   </sect1>

-----------------------------------------------------------------------

Summary of changes:
 doc/installation.xml | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
PostGIS; Spatial objects for PostgreSQL.


More information about the postgis-tickets mailing list