<div dir="ltr"><div>Hi,<br><br></div>it seems that there is some issue with authentication for Subversion. When I try to download source code using `svn checkout` I get "Authentication realm: <<a href="https://svn.osgeo.org:443">https://svn.osgeo.org:443</a>> OSGeo Login". This was observed on two computers with Ubuntu and I can reproduce that in Docker:<br><div><div><br>```<br>docker run -it --rm ubuntu<br>```<br><br></div><div>Using commands:<br></div><div><br>```<br>apt update<br>apt install subversion<br>svn checkout <a href="https://svn.osgeo.org/grass/grass/trunk">https://svn.osgeo.org/grass/grass/trunk</a><br>```<br><br></div><div>Getting this output (accepting certificate at the beginning and pressing enter at the end):<br></div><div><br>```<br>...<br>A    trunk/lib/raster3d/region.c<br>A    trunk/lib/raster3d/rle.c<br>A    trunk/lib/raster3d/changetype.c<br>A    trunk/lib/raster3d/getblock.c<br>A    trunk/lib/raster3d/test/test_coordinate_transform.c<br>A    trunk/lib/raster3d/error.c<br>A    trunk/lib/raster3d/range.c<br>A    trunk/lib/raster3d/test/test_raster3d_lib.h<br>Authentication realm: <<a href="https://svn.osgeo.org:443">https://svn.osgeo.org:443</a>> OSGeo Login<br>Password for 'root': <br><br>Authentication realm: <<a href="https://svn.osgeo.org:443">https://svn.osgeo.org:443</a>> OSGeo Login<br>Username: <br>Password for '': <br><br>Authentication realm: <<a href="https://svn.osgeo.org:443">https://svn.osgeo.org:443</a>> OSGeo Login<br>Username: <br>Password for '': <br><br>svn: E215004: No more credentials or we tried too many times.<br>Authentication failed<br>```<br><br></div><div>Expected result is of course checkout without the login prompt which usually comes at the (first) commit.<br><br></div><div>Is this problem with the client or the server?<br></div><div><br></div><div></div><div>Thanks,<br></div><div>Vashek<br></div></div></div>