diff options
author | Paul Querna <pquerna@apache.org> | 2004-11-19 07:09:56 +0100 |
---|---|---|
committer | Paul Querna <pquerna@apache.org> | 2004-11-19 07:09:56 +0100 |
commit | 95a421762618a5bed4a9bb4d8ab20e660e651912 (patch) | |
tree | 9bd453adf6cfedd74a1644cd435146b0b51ea791 /buildconf | |
parent | Tell users how to get APR from subversion instead of CVS. (diff) | |
download | apache2-95a421762618a5bed4a9bb4d8ab20e660e651912.tar.xz apache2-95a421762618a5bed4a9bb4d8ab20e660e651912.zip |
'svn co' would be the important part of the command.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105774 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -59,7 +59,7 @@ if [ ! -d "$apr_src_dir" -o ! -f "$apr_src_dir/build/apr_common.m4" ]; then 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 @@ if [ ! -d "$apu_src_dir" -o ! -f "$apu_src_dir/Makefile.in" ]; then 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 |