pub unsafe extern "C" fn svn_repos_set_path2(
report_baton: *mut c_void,
path: *const c_char,
revision: svn_revnum_t,
start_empty: svn_boolean_t,
lock_token: *const c_char,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_repos_set_path3(), but with @a depth set to #svn_depth_infinity.
@deprecated Provided for backward compatibility with the 1.4 API.