svn_client_args_to_target_array

Function svn_client_args_to_target_array 

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

Similar to svn_client_args_to_target_array2() but with @a keep_last_origpath_on_truepath_collision always set to FALSE.

@since Since 1.6.5, this returns an error if a path contains a peg specifier with no path before it, such as “@abc”.

@deprecated Provided for backward compatibility with the 1.6 API.