You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2012/10/06 02:17:52 UTC

svn commit: r1394867 - /subversion/trunk/subversion/include/svn_client.h

Author: breser
Date: Sat Oct  6 00:17:51 2012
New Revision: 1394867

URL: http://svn.apache.org/viewvc?rev=1394867&view=rev
Log:
Further adjust the wording for the force argument to svn_client_add4().

* subversion/include/svn_client.h
  (svn_client_add4): Hopefully much clearer wording on what happens when force
    is used with depth.

Patch by: cmpilato

Modified:
    subversion/trunk/subversion/include/svn_client.h

Modified: subversion/trunk/subversion/include/svn_client.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_client.h?rev=1394867&r1=1394866&r2=1394867&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_client.h (original)
+++ subversion/trunk/subversion/include/svn_client.h Sat Oct  6 00:17:51 2012
@@ -1469,9 +1469,11 @@ svn_client_switch(svn_revnum_t *result_r
  *
  * If @a force is not set and @a path is already under version
  * control, return the error #SVN_ERR_ENTRY_EXISTS.  If @a force is
- * set, do not error on already-versioned items.  When used with @a depth
- * set to #svn_depth_infinity it will enter versioned directories; scheduling
- * unversioned children. 
+ * set, do not error on already-versioned items.  When used on a
+ * directory in conjunction with a @a depth value greater than
+ * #svn_depth_empty, this has the effect of scheduling for addition
+ * any unversioned files and directories scattered within even a
+ * versioned tree (up to @a depth).
  *
  * If @a ctx->notify_func2 is non-NULL, then for each added item, call
  * @a ctx->notify_func2 with @a ctx->notify_baton2 and the path of the