You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by pl...@lanminds.com on 2003/07/17 14:30:06 UTC

[PATCH] INSTALL (take 2)

(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

Re: [PATCH] INSTALL (take 2)

Posted by kf...@collab.net.
pll@lanminds.com writes:
> * 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

+1 -- looks good to me!

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [PATCH] INSTALL (take 2)

Posted by Steven Elliott <se...@austin.rr.com>.
Paul L Lussier wrote:

>In a message dated: Thu, 17 Jul 2003 11:25:10 EDT
>mark benedetto king said:
>
>  
>
>>On Thu, Jul 17, 2003 at 10:30:06AM -0400, pll@lanminds.com wrote:
>>    
>>
>>>+	$ cp -a apr apr-util /path/to/svn_wc
>>>      
>>>
>>tab.
>>    
>>
>M-x untabify :)
>  
>
(setq-default indent-tabs-mode nil) in ~/.emacs is nice.  It takes care 
of all future accidental tabs.

-- 
-----------------------------------------------------------------------
|          Steven Elliott          |      selliott4@austin.rr.com     |
-----------------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [PATCH] INSTALL (take 2)

Posted by Paul L Lussier <pl...@lanminds.com>.
In a message dated: Thu, 17 Jul 2003 11:25:10 EDT
mark benedetto king said:

>On Thu, Jul 17, 2003 at 10:30:06AM -0400, pll@lanminds.com wrote:
>> +	$ cp -a apr apr-util /path/to/svn_wc
>
>tab.
M-x untabify :)
-- 

Seeya,
Paul
--
Key fingerprint = 1660 FECC 5D21 D286 F853  E808 BB07 9239 53F1 28EE

	It may look like I'm just sitting here doing nothing,
   but I'm really actively waiting for all my problems to go away.

	 If you're not having fun, you're not doing it right!



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [PATCH] INSTALL (take 2)

Posted by mark benedetto king <mb...@lowlatency.com>.
On Thu, Jul 17, 2003 at 10:30:06AM -0400, pll@lanminds.com wrote:
> +	$ cp -a apr apr-util /path/to/svn_wc

tab.

--ben


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org