John L. Poole wrote on Wed, Nov 02, 2016 at 13:22:45 -0700: > In Subversion 1.9.4, the get-deps.sh script points to serf.googlecode.com > which is no longer a valid URL for this project; serf moved to apache.org.
This has been fixed in HEAD: % svn cat ^/subversion/branches/1.9.x/get-deps.sh | grep serf | grep :// $HTTP_FETCH https://archive.apache.org/dist/serf/$SERF.tar.bz2 The fix will be released with 1.9.5. Thanks for the report.