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