Hi,
the following patch updates the INSTALL directions for downloading
Berkeley DB 4.0.14, since the home page for Sleepycat makes it difficult
to find.
I also fixed up some typos and made the formatting more self-consistent
in a couple places.
-Mason
log message:
* INSTALL: update URL for downloading BDB 4.0.14; fix typos and formatting
Index: INSTALL
===================================================================
--- INSTALL (revision 5368)
+++ INSTALL (working copy)
@@ -57,6 +57,7 @@
versions of these libraries, you may want to run some of the cleanup
commands described in section II.B before installing the following.
+
1. Apache Portable Runtime
Whenever you want to build any part of Subversion, you need the
@@ -126,15 +127,15 @@
2. autoconf 2.50 or newer (Unix only)
This is required only if you plan to build from the latest source
- (See section II.B). Generally only developers would be doing this,
- but at this stage in Subversion's development chances are you'll
+ (see section II.B). Generally only developers would be doing this,
+ but at this stage in Subversion's development you'll probably
want to do this as well.
3. libtool 1.4 or newer (Unix only)
This is required only if you plan to build from the latest source
- (See section II.B), which you probably want to do. See above.
+ (see section II.B), which you probably want to do. See above.
Note: Some systems (Solaris, for example) require libtool 1.4.3 or
newer. The autogen.sh script knows about that.
@@ -143,7 +144,7 @@
4. bison or yacc (Unix only)
This is required only if you plan to build from the latest source
- (See section II.B), which you probably want to do. See above.
+ (see section II.B), which you probably want to do. See above.
The reason one of these programs is required is that it will
generate the code which parses complex date formats, so that
@@ -176,7 +177,7 @@
Without source code, a previously compiled library can be picked up
from the standard locations. If you want to specify a nonstandard
- location, you need to use the LDFLAGS environmental variable when
+ location, you need to use the LDFLAGS environment variable when
you run "./configure". You may also have to specify where the
neon-config script (which identifies various features of the Neon
library) is kept by giving the "--with-neon=" option to
@@ -194,10 +195,10 @@
You'll need Berkeley DB 4.0.14 installed on your system. You can
get it from:
- http://www.sleepycat.com/.
+ http://www.sleepycat.com/download/patchlogs.shtml
If you already have another version of Berkeley DB installed and
- don't want to downgrade, you can unpack the Berkeley 4.0.14
+ don't want to downgrade, you can unpack the Berkeley DB 4.0.14
distribution into a subdir named `db' in the top-level of the
Subversion source tree. Then Subversion will ignore the system
DB and use the one it found in its own source tree.
@@ -224,8 +225,9 @@
Apache server, and the modules that Apache needs to communicate
with Subversion are complicated enough that there is a whole
section at the end of this document that describes how it is
- done. See section III for details.
+ done: See section III for details.
+
8. Python 2.0
If you want to run "make check" or build from the latest source
@@ -437,7 +439,7 @@
(These instructions assume you have already installed Subversion
and checked out a Subversion working copy. See the section
- "Bootstrapping From A Tarball Or RPM" above for more.)
+ "Bootstrapping from a Tarball or RPM" above for more.)
You can discard the directory created by the tarball; you're
about to build the latest, greatest Subversion client.
@@ -515,6 +517,7 @@
installed shared libraries. For a completely static build see the
'--enable-all-static' option.)
+
C. Building under Unix in Different Directories
--------------------------------------------
@@ -592,7 +595,7 @@
(These instructions assume you have already installed Subversion
and checked out a Subversion working copy. See the section
- "Bootstrapping From A Zip File Under Windows" above for more.)
+ "Bootstrapping from a Zip File under Windows" above for more.)
There is some support for building Subversion on Win32 platforms.
The project files included in the source tree are from Microsoft
@@ -639,7 +642,7 @@
[NOTE: This binary package of Berkeley DB is provided for
convenience only. Please don't address questions about
Berkeley DB that aren't directly related to using Subversion
- to the project list.]
+ to the project mailing list.]
If you build Berkeley DB from the source, you will have to copy
the file ..db-4.0.14\build_win32\db.h to <SVN>\db4-win32\include,
@@ -922,8 +925,8 @@
the HACKING file.
- E. Alternative: 'svnserve' and ra_svn
- -----------------------------------
+ E. Alternative: 'svnserve' and ra_svn
+ -----------------------------------
As of svn 0.16, we have a new repository-access implementation,
libsvn_ra_svn (on the client side) and the 'svnserve' process on
@@ -940,7 +943,7 @@
logical term here; svnserve still needs write access to the
database in this mode.)
- For now, svnserve in daemon mode only support anonymous access.
+ For now, svnserve in daemon mode only supports anonymous access.
But you can also tunnel ra_svn over ssh or any similar tool. To
do this, create a server group for the repository server in
~/.subversion/servers, and set the variable "svn-tunnel-agent"
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 18 07:01:14 2003