On 11/11/10 9:22 PM, cmpil...@apache.org wrote:
Author: cmpilato
Date: Fri Nov 12 05:22:39 2010
New Revision: 1034269

URL: http://svn.apache.org/viewvc?rev=1034269&view=rev
Log:
Fix issue #3748 ("Implement --parents option for svn update").

With this change, checking out a very sparse tree -- say, three files
scattered across our standard Greek tree -- goes from looking like
this:

    $ svn co ${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 up --parents wc/A/D/G/pi wc/A/D/H/omega wc/A/B/E/alpha

Are the checkout commands here meant to have --depth=empty as an command line option?

Blair

Reply via email to