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

Re: svn commit: r1394332 - /subversion/trunk/subversion/include/svn_client.h

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Fri, 5 Oct 2012 13:29:24 +0200

Ben Reser wrote on Thu, Oct 04, 2012 at 19:06:31 -0700:
> On Thu, Oct 4, 2012 at 6:48 PM, C. Michael Pilato <cmpilato_at_collab.net> wrote:
> > On 10/04/2012 09:46 PM, C. Michael Pilato wrote:
> >> Perhaps you meant something like:
> >>
> >> "... it will enter versioned directories, scheduling any unversioned
> >> children thereof for addition."
> >
> > Sorry -- I just saw that you fixed the *unversioned* bit. My additional
> > questions remain:
> >
> >> But why only #svn_depth_infinity? Will it not do the same (to different
> >> depths, of course) for #svn_depth_files and #svn_depth_immediates?
>

No, because neither of those depths includes children of children. (If
you do an add with depth immediates, it recurses into child directories
of the target with depth empty.)

I haven't tested this, but that's how I expect it to work.

> How about:
>
> [[[
> When used with @a depth it will enter versioned directories (per the
> rules of the argument), and schedule unversioned children.
> ]]]
Received on 2012-10-05 13:30:45 CEST

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.