svn_repos_set_path

Function svn_repos_set_path 

Source
pub unsafe extern "C" fn svn_repos_set_path(
    report_baton: *mut c_void,
    path: *const c_char,
    revision: svn_revnum_t,
    start_empty: svn_boolean_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_repos_set_path2(), but with @a lock_token set to @c NULL.

@deprecated Provided for backward compatibility with the 1.1 API.