pub const svn_depth_t_svn_depth_infinity: svn_depth_t = 3;
Expand description
D + all descendants (full recursion from D). Updates will pull in any files or subdirectories not already present; those subdirectories’ this_dir entries will have depth-infinity. Equivalent to the pre-1.5 default update behavior.