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

[patch] INSTALL file update

From: Mason Thomas <mlt_svn_at_sbcglobal.net>
Date: 2003-01-04 08:57:03 CET

I noticed that there are currently no libapr* files in /usr/local/lib
that need to be removed when upgrading svn. Has this been the case for a
while? If so, the following patch removes a needless instruction from
the INSTALL file. (It also fixes a typo.)

-Mason

log message:
* INSTALL: remove unnecessary installation instruction and fix a typo

Index: INSTALL
===================================================================
--- INSTALL (revision 4251)
+++ INSTALL (working copy)
@@ -442,7 +442,6 @@
       from previous 'make installs', clean them up first!

           # rm -f /usr/local/lib/libsvn*
- # rm -f /usr/local/lib/libapr*
           # rm -f /usr/local/lib/libexpat*
           # rm -f /usr/local/lib/libneon*

@@ -921,7 +920,7 @@
   E. Alternative: 'svnserve' and ra_svn
      -----------------------------------

- As of svn 0.16, we have new repository-access implementation,
+ As of svn 0.16, we have a new repository-access implementation,
       libsvn_ra_svn (on the client side) and the 'svnserve' process on
       the server. This is a simple network layer that speaks a custom
       protocol over plain TCP (documented in libsvn_ra_svn/protocol):

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jan 4 08:56:41 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.