[svnbook] r4368 committed - Finish the portion of issue 64 ("Mistakes in 'svn Subcommands' : 'svn...

svnbook at googlecode.com svnbook at googlecode.com
Mon Jan 28 13:00:40 CST 2013


Revision: 4368
Author:   cmpilato at gmail.com
Date:     Mon Jan 28 11:00:30 2013
Log:      Finish the portion of issue 64 ("Mistakes in 'svn  
Subcommands' : 'svn
status'") that I care to address at this time.

* en/book/ch09-reference.xml
   (svn.ref.svn.c.status): Format the "lock status" column codes the
     same way other codes are formatted, and make a minor wording tweak
     for clarity.

Suggested by: chris0{__AT__}lavabit.com

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

Modified:
  /trunk/en/book/ch09-reference.xml

=======================================
--- /trunk/en/book/ch09-reference.xml	Thu Jan 24 14:13:21 2013
+++ /trunk/en/book/ch09-reference.xml	Mon Jan 28 11:00:30 2013
@@ -5686,7 +5686,7 @@
                <term><literal>' '</literal></term>
                <listitem>
                  <para>When <option>--show-updates</option>
-                  (<option>-u</option>) is used, the file is not
+                  (<option>-u</option>) is used, this means the file is not
                    locked.  If <option>--show-updates</option>
                    (<option>-u</option>) is <emphasis>not</emphasis>
                    used, this merely means that the file is not locked
@@ -5695,14 +5695,14 @@
              </varlistentry>

              <varlistentry>
-              <term>K</term>
+              <term><literal>'K'</literal></term>
                <listitem>
                  <para>File is locked in this working copy.</para>
                </listitem>
              </varlistentry>

              <varlistentry>
-              <term>O</term>
+              <term><literal>'O'</literal></term>
                <listitem>
                  <para>File is locked either by another user or in
                  another working copy.  This appears only when
@@ -5712,7 +5712,7 @@
              </varlistentry>

              <varlistentry>
-              <term>T</term>
+              <term><literal>'T'</literal></term>
                <listitem>
                  <para>File was locked in this working copy, but the
                  lock has been <quote>stolen</quote> and is invalid.
@@ -5723,7 +5723,7 @@
              </varlistentry>

              <varlistentry>
-              <term>B</term>
+              <term><literal>'B'</literal></term>
                <listitem>
                  <para>File was locked in this working copy, but the
                    lock has been <quote>broken</quote> and is invalid.




More information about the svnbook-dev mailing list