svn commit: r1930574 - subversion/trunk/subversion/include

[email protected]
Newsgroups gmane.comp.version-control.subversion.svn
Message-ID <[email protected]>
Author: rinrab
Date: Sun Dec 14 21:06:25 2025
New Revision: 1930574

Log:
Undeprecate the svn_opt_args_to_target_array3() function.

- Such modifications to function declarations should not violate our backward
  compatibility policy, since they technically does not make any changes to the
  ABI itself. Deprecated attributes are just remainders for developers and the
  way to show whether one uses outdated functions or not.

- The whole function family was (most probably) ment to be in use since its
  origin.

* subversion/include/svn_opt.h
  (svn_opt_args_to_target_array3): Remove SVN_DEPRECATED modifier and adjust
  comment.

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

Modified: subversion/trunk/subversion/include/svn_opt.h
==============================================================================
--- subversion/trunk/subversion/include/svn_opt.h	Sun Dec 14 20:10:02 2025	(r1930573)
+++ subversion/trunk/subversion/include/svn_opt.h	Sun Dec 14 21:06:25 2025	(r1930574)
@@ -631,10 +631,9 @@ svn_opt_resolve_revisions(svn_opt_revisi
  * error, and if this is the only type of error encountered, complete
  * the operation before returning the error(s).
  *
- * @deprecated Provided for backward compatibility with the 1.5 API.
+ * @since New in 1.5.
  * @see svn_client_args_to_target_array()
  */
-SVN_DEPRECATED
 svn_error_t *
 svn_opt_args_to_target_array3(apr_array_header_t **targets_p,
                               apr_getopt_t *os,
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.