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

cmpilato noreply at red-bean.com
Mon Feb 5 23:03:48 CST 2007


Author: cmpilato
Date: Mon Feb  5 23:03:47 2007
New Revision: 2655

Modified:
   trunk/src/en/book/ch-advanced-topics.xml

Log:
Add some more index entries.

Modified: trunk/src/en/book/ch-advanced-topics.xml
==============================================================================
--- trunk/src/en/book/ch-advanced-topics.xml	(original)
+++ trunk/src/en/book/ch-advanced-topics.xml	Mon Feb  5 23:03:47 2007
@@ -33,6 +33,11 @@
   <sect1 id="svn.tour.revs.specifiers">
     <title>Revision Specifiers</title>
 
+    <indexterm>
+      <primary>revisions</primary>
+      <secondary>specifying</secondary>
+    </indexterm>
+
     <para>As you saw in <xref linkend="svn.tour.revs" />, revision
       numbers in Subversion are pretty straightforward—integers
       that keep getting larger as you commit more changes to your
@@ -72,6 +77,23 @@
     <sect2 id="svn.tour.revs.keywords">
       <title>Revision Keywords</title>
       
+      <indexterm>
+        <primary>revisions</primary>
+        <secondary>revision keywords</secondary>
+      </indexterm>
+      <indexterm>
+        <primary>HEAD</primary>
+      </indexterm>
+      <indexterm>
+        <primary>BASE</primary>
+      </indexterm>
+      <indexterm>
+        <primary>COMMITTED</primary>
+      </indexterm>
+      <indexterm>
+        <primary>PREV</primary>
+      </indexterm>
+
       <para>The Subversion client understands a number of
         <firstterm>revision keywords</firstterm>.  These keywords can
         be used instead of integer arguments to the
@@ -162,6 +184,11 @@
     <sect2 id="svn.tour.revs.dates">
       <title>Revision Dates</title>
       
+      <indexterm>
+        <primary>revisions</primary>
+        <secondary>specified as dates</secondary>
+      </indexterm>
+
       <para>Revision numbers reveal nothing about the world outside
         the version control system, but sometimes you need to
         correlate a moment in real time with a moment in version
@@ -250,6 +277,9 @@
   <!-- ================================================================= -->
   <sect1 id="svn.advanced.props">
     <title>Properties</title>
+    <indexterm>
+      <primary>properties</primary>
+    </indexterm>
 
     <para>We've already covered in detail how Subversion stores and
       retrieves various versions of files and directories in its




More information about the svnbook-dev mailing list