Index: doc/book/book/appb.xml =================================================================== --- doc/book/book/appb.xml (revision 8978) +++ doc/book/book/appb.xml (working copy) @@ -83,8 +83,8 @@ When I run configure, I get errors - like subs-1.sed line 38: Unterminated `s' - command. + like subs-1.sed line 38: Unterminated `s' + command. @@ -149,7 +149,7 @@ Any other process that attempts to access the working copy will fail when it sees the locks. To awaken your - working copy, you need to tell the svn client to finish + working copy, you need to tell the Subversion client to finish the work. To fix this, run this command from the top of your working copy: @@ -274,10 +274,10 @@ - Alternatively, you may set the http-debug parameter in - the server's configuration file to cause neon's debugging - output to appear when you run the svn client. The numeric - value of neon-debug is a combination of the + Alternatively, you may set the http-debug parameter in + the server's configuration file to cause Neon's debugging + output to appear when you run the Subversion client. The numeric + value of neon-debug is a combination of the NE_DBG_* values in the header file ne_utils.h. Setting http-debug to 130 @@ -301,24 +301,24 @@ Unrecognized URL Scheme - Subversion uses a plugin system to allow access to - repositories. Currently there are three of these plugins: + Subversion uses a plug-in system to allow access to + repositories. Currently there are three of these plug-ins: ra_local allows access to a local repository, ra_dav which allows access to a repository via WebDAV, and ra_svn allows local or remote access via the svnserve server. When you attempt to perform an operation in - Subversion, the client tries to dynamically load a plugin + Subversion, the client tries to dynamically load a plug-in based on the URL scheme. A file:// URL will try to load ra_local, an - http:// URL will try to load ra_dav, + http:// URL will try to load ra_dav, and so on. The error you are seeing means that the dynamic - linker/loader can't find the plugins to load. This + linker/loader can't find the plug-ins to load. This normally happens when you build Subversion with shared libraries, then attempt to run it without first running - make install' Another possible cause is + make install Another possible cause is that you ran make install, but the libraries were installed in a location that the dynamic linker/loader doesn't recognize. Under Linux, you can allow the @@ -327,15 +327,15 @@ running ldconfig. If you don't wish to do this, or you don't have root access, you can also specify the library directory in the - LD_LIBRARY_PATH environment + LD_LIBRARY_PATH environment variable. When I Run <command>configure</command>, I Get Errors - Like <literal>subs-1.sed line 38: Unterminated `s' - command</literal> + Like subs-1.sed line 38: Unterminated `s' + command You probably have old copies of /usr/local/bin/apr-config and