[svnbook commit] r1763 - trunk/src/en/book

cmpilato svnbook-dev at red-bean.com
Fri Oct 28 09:55:16 CDT 2005


Author: cmpilato
Date: Fri Oct 28 09:55:13 2005
New Revision: 1763

Modified:
   trunk/src/en/book/ch05.xml
   trunk/src/en/book/ch06.xml
Log:
* svnbook/src/en/book/ch05.xml,
* svnbook/src/en/book/ch06.xml
  Fix layering violations by using <xref> to refer to tables instead
  of anticipating the semantic name given by the output engine (which
  could be arbitrary) or presuming where on the page the engine will
  render the table.



Modified: trunk/src/en/book/ch05.xml
==============================================================================
--- trunk/src/en/book/ch05.xml	(original)
+++ trunk/src/en/book/ch05.xml	Fri Oct 28 09:55:13 2005
@@ -177,9 +177,9 @@
         repository is storing data; they only see revision and
         transaction trees through the repository API.</para>
 
-      <para>Here is a table that gives a comparative overview of
-        Berkeley DB and FSFS repositories.  The next sections go into
-        detail.</para>
+      <para><xref linkend="svn.reposadmin.basics.backends.tbl-1"/>
+        gives a comparative overview of Berkeley DB and FSFS
+        repositories.  The next sections go into detail.</para>
 
       <table id="svn.reposadmin.basics.backends.tbl-1">
         <title>Repository Data Store Comparison</title>

Modified: trunk/src/en/book/ch06.xml
==============================================================================
--- trunk/src/en/book/ch06.xml	(original)
+++ trunk/src/en/book/ch06.xml	Fri Oct 28 09:55:13 2005
@@ -51,11 +51,11 @@
       and disadvantages.  In fact, it's possible for different servers
       to run in parallel, each accessing your repositories in its own
       way, and each without hindering the other (see <xref
-      linkend="svn.serverconfig.multimethod"/>).  Here's a brief overview and
+      linkend="svn.serverconfig.multimethod"/>).  <xref
+      linkend="svn.serverconfig.overview.tbl-1"/> gives a brief overview and
       comparison of the two available Subversion servers—as an
       administrator, it's up to you to choose whatever works best for
       you and your users.</para>
-      
 
     <table id="svn.serverconfig.overview.tbl-1">
       <title>Network Server Comparison</title>



More information about the svnbook-dev mailing list