[svnbook] r4053 committed - Merge from ^/trunk/en r4052, which adds a note in the reference about...

svnbook at googlecode.com svnbook at googlecode.com
Tue Aug 30 10:40:13 CDT 2011


Revision: 4053
Author:   cmpilato at gmail.com
Date:     Tue Aug 30 08:36:13 2011
Log:      Merge from ^/trunk/en r4052, which adds a note in the reference  
about
'svn update --set-depth' (with a pointer to the Sparse Directories
section).

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

Modified:
  /branches/1.6/en
  /branches/1.6/en/book/ch09-reference.xml

=======================================
--- /branches/1.6/en/book/ch09-reference.xml	Mon Aug 29 11:14:10 2011
+++ /branches/1.6/en/book/ch09-reference.xml	Tue Aug 30 08:36:13 2011
@@ -5385,6 +5385,16 @@
                cat</command> instead—it won't change your working
                copy.</para>
            </tip>
+
+          <para><command>svn update</command> is also the primary
+            mechanism used to configure sparse working copies.  When
+            used with the <option>--set-depth</option>, the update
+            operation will omit or reenlist individual working copy
+            members by modifying their recorded ambient depth to the
+            depth you specify (fetching information from the
+            repository as necessary).  See
+            <xref linkend="svn.advanced.sparsedirs" /> for more about
+            sparse directories.</para>

          </refsect1>
        </refentry>




More information about the svnbook-dev mailing list