Skip to content

Commit 9fbe49c

Browse files
committed
On the 'utf8-cmdline' branch: Update versions in the descriptions of newly
introduced functions to the post-1.15 era as it will not be any earlier than that (1.15 has already been branched and this feature is not planed to be apart of it). * subversion/include/svn_client.h (svn_client_args_to_target_array4): Change @SInCE 1.15->1.16. (svn_client_args_to_target_array3): Change @deprecated 1.14->1.15. * subversion/include/svn_opt.h (svn_opt_args_to_target_array4): Change @SInCE 1.15->1.16. (svn_opt_args_to_target_array3): Change @deprecated 1.5->1.15. This a mistake past me made, and the fix is slightly unrelated. It was suppose to be 1.14 instead of 1.5. (svn_opt_parse_revprop3): Change @SInCE 1.15->1.16. (svn_opt_parse_revprop2): Change @deprecated 1.14->1.15. git-svn-id: https://svn.apache.org/repos/asf/subversion/branches/utf8-cmdline@1932349 13f79535-47bb-0310-9956-ffa450edef68
1 parent 27f1964 commit 9fbe49c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

subversion/include/svn_client.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1170,7 +1170,7 @@ svn_client_create_context(svn_client_ctx_t **ctx,
11701170
* literal path "@abc" with no peg revision, or the form ".@abc" to refer to
11711171
* the empty path with peg revision "abc".
11721172
*
1173-
* @since New in 1.15
1173+
* @since New in 1.16
11741174
*/
11751175
svn_error_t *
11761176
svn_client_args_to_target_array3(apr_array_header_t **targets_p,
@@ -1186,7 +1186,7 @@ svn_client_args_to_target_array3(apr_array_header_t **targets_p,
11861186
*
11871187
* @since New in 1.7
11881188
*
1189-
* @deprecated Provided for backward compatibility with the 1.14 API.
1189+
* @deprecated Provided for backward compatibility with the 1.15 API.
11901190
*/
11911191
SVN_DEPRECATED
11921192
svn_error_t *

subversion/include/svn_opt.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ svn_opt_resolve_revisions(svn_opt_revision_t *peg_rev,
630630
* error, and if this is the only type of error encountered, complete
631631
* the operation before returning the error(s).
632632
*
633-
* @since New in 1.15.
633+
* @since New in 1.16.
634634
* @see svn_client_args_to_target_array()
635635
*/
636636
svn_error_t *
@@ -644,7 +644,7 @@ svn_opt_args_to_target_array4(apr_array_header_t **targets_p,
644644
* conversion of the targets to UTF-8.
645645
*
646646
* @since New in 1.5.
647-
* @deprecated Provided for backward compatibility with the 1.5 API.
647+
* @deprecated Provided for backward compatibility with the 1.15 API.
648648
*/
649649
SVN_DEPRECATED
650650
svn_error_t *
@@ -702,7 +702,7 @@ svn_opt_args_to_target_array(apr_array_header_t **targets_p,
702702
* const char * revprop names to svn_string_t * revprop values for use
703703
* with svn_repos_get_commit_editor5 and other get_commit_editor APIs.
704704
*
705-
* @since New in 1.15.
705+
* @since New in 1.16.
706706
*/
707707
svn_error_t *
708708
svn_opt_parse_revprop2(apr_hash_t **revprops,
@@ -714,7 +714,7 @@ svn_opt_parse_revprop2(apr_hash_t **revprops,
714714
* to UTF-8 before parsing it.
715715
*
716716
* @since New in 1.6.
717-
* @deprecated Provided for backward compatibility with the 1.14 API.
717+
* @deprecated Provided for backward compatibility with the 1.15 API.
718718
*/
719719
SVN_DEPRECATED
720720
svn_error_t *

0 commit comments

Comments
 (0)