Use library method so it works with local override
diff --git a/Rakefile b/Rakefile
index 5688fd6..c429932 100644
--- a/Rakefile
+++ b/Rakefile
@@ -273,9 +273,7 @@
               errors += 1
             end
           else
-            require 'uri'
-            base = URI.parse('https://svn.apache.org/repos/')
-            puts "Directory not found - expecting checkout of #{(base + description['url']).to_s}"
+            puts "Directory not found - expecting checkout of #{ASF::SVN.svnpath!(name)}"
             errors += 1
           end
         end