Author: stsp
Date: Thu Jan 29 13:30:29 2015
New Revision: 1655650
URL: http://svn.apache.org/r1655650
Log:
On the pin-externals branch, fix a docstring annotation.
* subversion/include/svn_client.h
(svn_client_copy6): This is for compat with 1.8, not 1.7.
Found by: rhuijben
Modified:
subversion/branches/pin-externals/subversion/include/svn_client.h
Modified: subversion/branches/pin-externals/subversion/include/svn_client.h
URL:
http://svn.apache.org/viewvc/subversion/branches/pin-externals/subversion/include/svn_client.h?rev=1655650&r1=1655649&r2=1655650&view=diff
==============================================================================
--- subversion/branches/pin-externals/subversion/include/svn_client.h (original)
+++ subversion/branches/pin-externals/subversion/include/svn_client.h Thu Jan
29 13:30:29 2015
@@ -4527,7 +4527,7 @@ svn_client_copy7(const apr_array_header_
* Similar to svn_client_copy7(), but cannot pin externals.
*
* @since New in 1.7.
- * @deprecated Provided for backward compatibility with the 1.7 API.
+ * @deprecated Provided for backward compatibility with the 1.8 API.
*/
svn_error_t *
svn_client_copy6(const apr_array_header_t *sources,