svn_opt_args_to_target_array2

Function svn_opt_args_to_target_array2 

Source
pub unsafe extern "C" fn svn_opt_args_to_target_array2(
    targets_p: *mut *mut apr_array_header_t,
    os: *mut apr_getopt_t,
    known_targets: *const apr_array_header_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

This is the same as svn_opt_args_to_target_array3() except that it silently ignores paths that have the same name as a working copy administrative directory.

@since New in 1.2.

@deprecated Provided for backward compatibility with the 1.4 API.