You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2019/08/06 16:46:12 UTC

svn commit: r1864544 - /httpd/httpd/trunk/INSTALL

Author: rjung
Date: Tue Aug  6 16:46:12 2019
New Revision: 1864544

URL: http://svn.apache.org/viewvc?rev=1864544&view=rev
Log:
Update links to APR/APU svn to recent stable branches.

Modified:
    httpd/httpd/trunk/INSTALL

Modified: httpd/httpd/trunk/INSTALL
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/INSTALL?rev=1864544&r1=1864543&r2=1864544&view=diff
==============================================================================
--- httpd/httpd/trunk/INSTALL (original)
+++ httpd/httpd/trunk/INSTALL Tue Aug  6 16:46:12 2019
@@ -90,8 +90,8 @@
     Check out the current branches as srclib/apr and srclib/apr-util with
     the following commands:
 
-    svn co http://svn.apache.org/repos/asf/apr/apr/branches/1.5.x srclib/apr
-    svn co http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x srclib/apr-util
+    svn co http://svn.apache.org/repos/asf/apr/apr/branches/1.7.x srclib/apr
+    svn co http://svn.apache.org/repos/asf/apr/apr-util/branches/1.6.x srclib/apr-util
 
     buildconf will find them automatically.  Use the --with-included-apr
     argument to httpd configure.