Re: svn commit: r957917 - /subversion/trunk/subversion/libsvn_client/status.c

2010-06-28 Thread Julian Foad
I (Julian Foad) wrote: > We should document what depth "unknown" means on svn_client_status5(). > Would something like the following work? > > * Get status only as deeply as @a depth indicates. > + * If @a depth is #svn_depth_unknown, the editor will affect only the > + * paths reported by the i

Re: svn commit: r957917 - /subversion/trunk/subversion/libsvn_client/status.c

2010-06-28 Thread Julian Foad
Bert Huijben wrote: > Log: > For consistency, make 'svn status -u --depth infinity' show what an > 'svn update --depth infinity' would see, instead of also what an > 'svn update --set-depth infinity' would bring into the working > copy, by limiting the reporting to the recorded depth. +1 on this f