Author: julianfoad
Date: Mon Jun 28 15:17:15 2010
New Revision: 958599
URL: http://svn.apache.org/viewvc?rev=958599&view=rev
Log:
* subversion/include/svn_ra.h
(svn_ra_do_status2): Document the 'depth' parameter more fully.
Modified:
subversion/trunk/subversion/include/svn_ra.h
Modified: subversion/trunk/subversion/include/svn_ra.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_ra.h?rev=958599&r1=958598&r2=958599&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_ra.h (original)
+++ subversion/trunk/subversion/include/svn_ra.h Mon Jun 28 15:17:15 2010
@@ -1155,7 +1155,10 @@ svn_ra_do_switch(svn_ra_session_t *sessi
* represented by the @a session's URL, or empty if the entire directory
* is meant to be examined.
*
- * Get status only as deeply as @a depth indicates.
+ * Get status as deeply as @a depth indicates. If @a depth is
+ * #svn_depth_unknown, get the status down to the current depth of the
+ * working copy. If @depth is deeper than the working copy, include changes
+ * that would be needed to populate the working copy to that depth.
*
* The caller may not perform any RA operations using @a session
* before finishing the report, and may not perform any RA operations