Author: rinrab
Date: Mon May 26 20:59:20 2025
New Revision: 1925844
URL: http://svn.apache.org/viewvc?rev=1925844&view=rev
Log:
On the 'utf8-cmdline-prototype' branch: move duplication note to
args_to_target_array which it actually should belong to.
Modified:
subversion/branches/utf8-cmdline-prototype/subversion/libsvn_client/cmdline.c
Modified:
subversion/branches/utf8-cmdline-prototype/subversion/libsvn_client/cmdline.c
URL:
http://svn.apache.org/viewvc/subversion/branches/utf8-cmdline-prototype/subversion/libsvn_client/cmdline.c?rev=1925844&r1=1925843&r2=1925844&view=diff
==============================================================================
---
subversion/branches/utf8-cmdline-prototype/subversion/libsvn_client/cmdline.c
(original)
+++
subversion/branches/utf8-cmdline-prototype/subversion/libsvn_client/cmdline.c
Mon May 26 20:59:20 2025
@@ -112,7 +112,9 @@ check_root_url_of_target(const char **ro
/* Internal helper for public interfaces svn_client_args_to_target_array2
* and svn_client_args_to_target_array_utf8.
- */
+ *
+ * Note: This is substantially copied from svn_opt__args_to_target_array() in
+ * order to move to libsvn_client while maintaining backward compatibility. */
static svn_error_t *
args_to_target_array(apr_array_header_t **targets_p,
apr_array_header_t *utf8_targets,
@@ -366,9 +368,6 @@ args_to_target_array(apr_array_header_t
return SVN_NO_ERROR;
}
-
-/* Note: This is substantially copied from svn_opt__args_to_target_array() in
- * order to move to libsvn_client while maintaining backward compatibility. */
svn_error_t *
svn_client_args_to_target_array2(apr_array_header_t **targets_p,
apr_getopt_t *os,