You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2010/11/12 06:41:07 UTC

svn propchange: r1034269 - svn:log

Author: cmpilato
Revision: 1034269
Modified property: svn:log

Modified: svn:log at Fri Nov 12 05:41:07 2010
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Fri Nov 12 05:41:07 2010
@@ -4,13 +4,13 @@ With this change, checking out a very sp
 scattered across our standard Greek tree -- goes from looking like
 this:
 
-   $ svn co ${PROJECT_ROOT_URL} wc
+   $ svn co --depth=empty ${PROJECT_ROOT_URL} wc
    $ svn up --depth=empty wc/A wc/A/D wc/A/D/G wc/A/D/H wc/A/B wc/A/B/E
    $ svn up wc/A/D/G/pi wc/A/D/H/omega wc/A/B/E/alpha
 
 to looking like this:
 
-   $ svn co ${PROJECT_ROOT_URL} wc
+   $ svn co --depth=empty ${PROJECT_ROOT_URL} wc
    $ svn up --parents wc/A/D/G/pi wc/A/D/H/omega wc/A/B/E/alpha
 
 Purty handy, eh?