[svnbook] r3839 committed - * src/en/book/ch02-basic-usage.xml...

svnbook at googlecode.com svnbook at googlecode.com
Fri Jun 24 10:23:06 CDT 2011


Revision: 3839
Author:   cmpilato at gmail.com
Date:     Fri Jun 24 08:22:41 2011
Log:      * src/en/book/ch02-basic-usage.xml
   Relocate some <indexterm> bits to be closer to the usages.

http://code.google.com/p/svnbook/source/detail?r=3839

Modified:
  /trunk/src/en/book/ch02-basic-usage.xml

=======================================
--- /trunk/src/en/book/ch02-basic-usage.xml	Tue Jun 21 07:26:56 2011
+++ /trunk/src/en/book/ch02-basic-usage.xml	Fri Jun 24 08:22:41 2011
@@ -627,35 +627,14 @@

        <variablelist>

-        <indexterm>
-          <primary>svn</primary>
-          <secondary>subcommands</secondary>
-          <tertiary>add</tertiary>
-        </indexterm>
-        <indexterm>
-          <primary>svn</primary>
-          <secondary>subcommands</secondary>
-          <tertiary>delete</tertiary>
-        </indexterm>
-        <indexterm>
-          <primary>svn</primary>
-          <secondary>subcommands</secondary>
-          <tertiary>copy</tertiary>
-        </indexterm>
-        <indexterm>
-          <primary>svn</primary>
-          <secondary>subcommands</secondary>
-          <tertiary>move</tertiary>
-        </indexterm>
-        <indexterm>
-          <primary>svn</primary>
-          <secondary>subcommands</secondary>
-          <tertiary>mkdir</tertiary>
-        </indexterm>
-
          <varlistentry>
            <term><userinput>svn add FOO</userinput></term>
            <listitem>
+            <indexterm>
+              <primary>svn</primary>
+              <secondary>subcommands</secondary>
+              <tertiary>add</tertiary>
+            </indexterm>
              <para>Use this to schedule the file, directory, or
                symbolic link <filename>FOO</filename> to be added to
                the repository.  When you next
@@ -672,6 +651,11 @@
          <varlistentry>
            <term><userinput>svn delete FOO</userinput></term>
            <listitem>
+            <indexterm>
+              <primary>svn</primary>
+              <secondary>subcommands</secondary>
+              <tertiary>delete</tertiary>
+            </indexterm>
              <para>Use this to schedule the file, directory, or
                symbolic link <filename>FOO</filename> to be deleted
                from the repository.  If <filename>FOO</filename> is a
@@ -698,6 +682,11 @@
          <varlistentry>
            <term><userinput>svn copy FOO BAR</userinput></term>
            <listitem>
+            <indexterm>
+              <primary>svn</primary>
+              <secondary>subcommands</secondary>
+              <tertiary>copy</tertiary>
+            </indexterm>
              <para>Create a new item <filename>BAR</filename> as a
                duplicate of <filename>FOO</filename> and automatically
                schedule <filename>BAR</filename> for addition.  When
@@ -713,6 +702,11 @@
          <varlistentry>
            <term><userinput>svn move FOO BAR</userinput></term>
            <listitem>
+            <indexterm>
+              <primary>svn</primary>
+              <secondary>subcommands</secondary>
+              <tertiary>move</tertiary>
+            </indexterm>
              <para>This command is exactly the same as running
                <userinput>svn copy FOO BAR; svn delete FOO</userinput>.
                That is, <filename>BAR</filename> is scheduled for
@@ -727,6 +721,11 @@
          <varlistentry>
            <term><userinput>svn mkdir FOO</userinput></term>
            <listitem>
+            <indexterm>
+              <primary>svn</primary>
+              <secondary>subcommands</secondary>
+              <tertiary>mkdir</tertiary>
+            </indexterm>
              <para>This command is exactly the same as running
                <userinput>mkdir FOO; svn add FOO</userinput>.  That is,
                a new directory named <filename>FOO</filename> is




More information about the svnbook-dev mailing list