Author: julianfoad
Date: Wed Apr 27 09:30:31 2011
New Revision: 1097052
URL: http://svn.apache.org/viewvc?rev=1097052&view=rev
Log:
* subversion/include/svn_client.h
(svn_client_update3, svn_client_switch2): Update doc strings of these
deprecated APIs, following r1096306.
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=1097052&r1=1097051&r2=1097052&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_client.h (original)
+++ subversion/trunk/subversion/include/svn_client.h Wed Apr 27 09:30:31 2011
@@ -1240,7 +1240,8 @@ svn_client_update4(apr_array_header_t **
/**
* Similar to svn_client_update4() but with @a make_parents always set
- * to FALSE and @a adds_as_modification set to TRUE.
+ * to FALSE, @a adds_as_modification set to TRUE, and
+ * @a apply_local_external_modifications set to FALSE.
*
* @deprecated Provided for backward compatibility with the 1.6 API.
* @since New in 1.5.
@@ -1384,7 +1385,7 @@ svn_client_switch3(svn_revnum_t *result_
/**
* Similar to svn_client_switch3() but with @a ignore_ancestry always
- * set to TRUE.
+ * set to TRUE and @a apply_local_external_modifications set to FALSE.
*
* @since New in 1.5.
* @deprecated Provided for backward compatibility with the 1.4 API.