[SAC] [OSGeo] #2128: Login required for svn checkout of GRASS GIS

OSGeo trac_osgeo at osgeo.org
Mon Feb 26 15:19:44 PST 2018


#2128: Login required for svn checkout of GRASS GIS
-------------------------+-------------------------------------------------
 Reporter:  wenzeslaus   |      Owner:  sac@…
     Type:  defect       |     Status:  new
 Priority:  normal       |  Milestone:
Component:  Systems      |   Keywords:  login, subversion, svn,
  Admin                  |  credentials, grass
-------------------------+-------------------------------------------------
 What happens:

 Anonymous `svn checkout` of GRASS GIS requires credentials.

 Expected behavior:

 No credentials required for reading.

 How to reproduce:

 Run Ubuntu in Docker:

 {{{
 docker run -it --rm ubuntu
 }}}

 Then install Subversion and update certificates:

 {{{
 apt update -y
 apt install -y subversion ca-certificates
 svn checkout https://svn.osgeo.org/grass/grass/trunk
 }}}

 Alternatively, run Fedora in Docker:

 {{{
 docker run -it --rm fedora bash
 }}}

 {{{
 yum update -y
 yum install -y subversion
 svn checkout https://svn.osgeo.org/grass/grass/trunk
 }}}

 In both cases I get:

 {{{
 Authentication realm: <https://svn.osgeo.org:443> OSGeo Login
 Password for 'root':
 }}}

 I observed the same behavior on two computers (Ubuntu, no Docker).

 In all cases authentication request comes after a random number of
 downloaded files, not at the beginning or after a specific file.

-- 
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/2128>
OSGeo <http://www.osgeo.org/>
OSGeo committee and general foundation issue tracker.


More information about the Sac mailing list