You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pq...@apache.org on 2004/11/19 07:09:57 UTC

svn commit: r105774 - httpd/httpd/trunk

Author: pquerna
Date: Thu Nov 18 22:09:56 2004
New Revision: 105774

Modified:
   httpd/httpd/trunk/buildconf
Log:
'svn co' would be the important part of the command.


Modified: httpd/httpd/trunk/buildconf
==============================================================================
--- httpd/httpd/trunk/buildconf	(original)
+++ httpd/httpd/trunk/buildconf	Thu Nov 18 22:09:56 2004
@@ -59,7 +59,7 @@
     echo "--with-apr=[path to apr] :"
     echo ""
     echo "   cd srclib"
-    echo "   https://svn.apache.org/repos/asf/apr/apr/trunk apr"
+    echo "   svn co https://svn.apache.org/repos/asf/apr/apr/trunk apr"
     echo ""
     exit 1
 fi
@@ -71,7 +71,7 @@
     echo "--with-apr-util=[path to apr-util]:"
     echo ""
     echo "   cd srclib"
-    echo "   http://svn.apache.org/repos/asf/apr/apr-util/trunk apr-util"
+    echo "   svn co http://svn.apache.org/repos/asf/apr/apr-util/trunk apr-util"
     echo ""
     exit 1
 fi