[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1034269 - in /subversion/trunk/subversion: include/ libsvn_client/ svn/ tests/cmdline/

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: Fri, 12 Nov 2010 00:41:23 -0500

On 11/12/2010 12:33 AM, Blair Zajac wrote:
> On 11/11/10 9:22 PM, cmpilato_at_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?

Oops -- yes. Will fix.

-- 
C. Michael Pilato <cmpilato_at_collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand
Received on 2010-11-12 06:42:04 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.