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 <cmpil...@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. > ]]]