Found this while building Subversion on Windows. This patch fixes the checkout URLs in INSTALL file that were still pointing to svn.collab.net repository.
[[ Fix the checkout URLs. * INSTALL The repository is now in svn.apache.org. ]] -- Bhuvaneswaran A CollabNet Software P Ltd. | www.collab.net
Index: INSTALL =================================================================== --- INSTALL (revision 887683) +++ INSTALL (working copy) @@ -700,7 +700,7 @@ a checkout and see an error like: subversion/libsvn_ra/ra_loader.c:209: (apr_err=170000) - svn: Unrecognized URL scheme 'http://svn.collab.net/repos/svn/trunk' + svn: Unrecognized URL scheme 'https://svn.apache.org/repos/asf/subversion/trunk' It probably means that the dynamic loader/linker can't find all of the libsvn_* libraries. @@ -725,7 +725,7 @@ It is possible to configure and build Subversion on Unix in a directory other than the working copy. For example - $ svn co http://svn.collab.net/repos/svn/trunk svn + $ svn co https://svn.apache.org/repos/asf/subversion/trunk svn $ cd svn $ # get neon/apr as required $ chmod +x autogen.sh @@ -793,7 +793,7 @@ "command" from the Start menu's "Run..." menu option), change to the directory you installed the executables into, and run: - C:\test>svn co http://svn.collab.net/repos/svn/trunk svn + C:\test>svn co https://svn.apache.org/repos/asf/subversion/trunk svn This will get the latest Subversion sources and put them into the "svn" subdirectory. @@ -892,7 +892,7 @@ * Make a directory SVN and cd into it. * Either checkout Subversion: - svn co http://svn.collab.net/repos/svn/trunk/ src-trunk + svn co https://svn.apache.org/repos/asf/subversion/trunk src-trunk or unpack the zip file distribution and rename the directory to src-trunk.
signature.asc
Description: This is a digitally signed message part