[svnbook] r3913 committed - Finish issue #49 ("ch09: missing svnversion example showing output for...

svnbook at googlecode.com svnbook at googlecode.com
Tue Jul 19 13:10:06 CDT 2011


Revision: 3913
Author:   cmpilato at gmail.com
Date:     Tue Jul 19 11:08:58 2011
Log:      Finish issue #49 ("ch09: missing svnversion example showing  
output for
a partial/sparse checkout").

* src/en/book/ch09-reference.xml
   (svn.ref.svnversion.re.examples): Document the 'P' code which
     svnversion uses.

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

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

=======================================
--- /trunk/src/en/book/ch09-reference.xml	Tue Jul 12 09:10:29 2011
+++ /trunk/src/en/book/ch09-reference.xml	Tue Jul 19 11:08:58 2011
@@ -9307,13 +9307,26 @@
  </screen>
          </informalexample>

-        <para>Thus, here is a mixed-revision, switched working copy
-          containing some local modifications:</para>
+        <para><command>svnversion</command> will also inform you if
+          the target working copy is sparsely populated (see
+          <xref linkend="svn.advanced.sparsedirs" />) by attaching the
+          '<literal>P</literal>' code to its output:</para>

          <informalexample>
            <screen>
  $ svnversion
-4212:4168MS
+4168P
+</screen>
+        </informalexample>
+
+        <para>Thus, here is a mixed-revision, sparsely populated and
+          switched working copy containing some local
+          modifications:</para>
+
+        <informalexample>
+          <screen>
+$ svnversion
+4123:4168MSP
  </screen>
          </informalexample>





More information about the svnbook-dev mailing list