[PostGIS] #5824: Wrong git clone URL in installation.xml.

PostGIS trac at osgeo.org
Mon Dec 23 16:08:18 PST 2024


#5824: Wrong git clone URL in installation.xml.
---------------------------+---------------------------
  Reporter:  xinbo         |      Owner:  strk
      Type:  defect        |     Status:  closed
  Priority:  medium        |  Milestone:  PostGIS 3.6.0
 Component:  QA/testsuite  |    Version:  master
Resolution:  wontfix       |   Keywords:
---------------------------+---------------------------
Changes (by robe):

 * resolution:   => wontfix
 * status:  new => closed

Comment:

 Not seeing why that is wrong, both


 {{{
 git clone https://git.osgeo.org/gitea/postgis/postgis.git postgis
 }}}


 and


 {{{
 git clone https://git.osgeo.org/gitea/postgis/postgis.git
 }}}

 should yield the same result.  The one in the docs with the extra postgis,
 explicitly creates the directory.  The one you propose, creates the
 default directory which is the name without .git in  it.

 Both should yield the same result.  I prefer the explicitness of what is
 in the docs, as I often do things like


 {{{
 git clone https://git.osgeo.org/gitea/postgis/postgis.git postgis-git
 cd postgis-git
 }}}
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5824#comment:4>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list