geo-data / gdal-docker

A Dockerfile compiling the latest GDAL github checkout with a broad range of drivers
123 stars 64 forks source link

can't connect to gdal svn server #7

Closed lhammond closed 7 years ago

lhammond commented 7 years ago

Hi, tried building .. got the following

/usr/bin/svn checkout --quiet "http://svn.osgeo.org/gdal/trunk/" /tmp/gdal/ \ && touch -c /tmp/gdal svn: E120108: Unable to connect to a repository at URL 'http://svn.osgeo.org/gdal/trunk' svn: E120108: Error running context: The server unexpectedly closed the connection. make: *** [/tmp/gdal] Error 1

image

homme commented 7 years ago

I'm guessing this is probably a network issue or a temporary problem with the GDAL svn server: have you tried building again?