[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] INSTALL (take 2)

From: <pll_at_lanminds.com>
Date: 2003-07-17 16:30:06 CEST

(I think I've got all my slashes now :)

* INSTALL

  - Added rev number for APR (it had to do somewhere :)
  - Added URL for apr website
  - Added text from notes/releases.txt about copying apr/apr-util
    into a wc
  - Added URL for neon site
  - Moved URL for python out of text to header line for better
    visibility

Index: INSTALL
===================================================================
--- INSTALL (revision 6492)
+++ INSTALL (working copy)
@@ -58,7 +58,7 @@
       commands described in section II.B before installing the following.
 
 
- 1. Apache Portable Runtime
+ 1. Apache Portable Runtime 0.9.4 (http://apr.apache.org/)
 
       Whenever you want to build any part of Subversion, you need the
       Apache Portable Runtime (APR) and the APR Utility (APRUTIL)
@@ -67,6 +67,14 @@
       to stay compatible with the versions bundled within the latest
       httpd-2.0 release.
 
+ Therefore, the easiest way to get apr/apr-util is to download
+ the latest release of the httpd source, and use the apr/apr-util
+ trees contained within.
+
+ $ tar zxvf httpd-2.X.YY.tar.gz
+ $ cd httpd-2.X.YY/srclib
+ $ cp -a apr apr-util /path/to/svn_wc
+
       If you already have the APR libraries compiled and do not wish to
       regenerate them from source code, then Subversion needs to be
       able to find them.
@@ -158,7 +166,7 @@
       Build.
 
 
- 5. Neon library 0.23.9
+ 5. Neon library 0.23.9 (http://www.webdav.org/neon/)
 
       The Neon library allows a Subversion client to interact with remote
       repositories over the Internet via a WebDAV based protocol. If you
@@ -218,6 +226,7 @@
 
 
       7. Apache Web Server 2.0.47 or newer
+ (http://httpd.apache.org/download.cgi)
 
       The Apache HTTP server is required if you wish to offer your
       Subversion repository over the Internet. Building Subversion, the
@@ -227,13 +236,13 @@
       done: See section III for details.
 
 
- 8. Python 2.0
+ 8. Python 2.0 (http://www.python.org/)
 
       If you want to run "make check" or build from the latest source
       under Unix as described in section II.B and III.D, install
       Python 2.0 or higher on your system. The majority of the test
       suite is written in Python, as is part of Subversion's build
- system. Get it from http://www.python.org/.
+ system.
 
 
       9. Visual C++ 6.0 or newer (Windows Only)
@@ -691,6 +700,7 @@
       everything, checkout the "httpd-2.0" cvs module from apache.org.
       If you have questions about the Apache 2.0 build, please consult
       the HTTPD install documentation:
+
       http://httpd.apache.org/docs-2.0/install.html. Place this
       module wherever you wish; it's an independent project.
 
@@ -764,9 +774,8 @@
       in a non-standard location. You can use the "--with-apxs=" option
       to locate the apxs script:
 
- $ ./configure --with-apxs=/home/fred/apache2/bin/apxs
+ $ ./configure --with-apxs=/usr/local/apache2/bin/apxs
 
-
       Note: it *is* possible to build mod_dav_svn as a static library
       and link it directly into Apache. Possible, but painful. Stick
       with the shared library for now; if you can't, then ask.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jul 17 16:31:08 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.