Skip to main content

svn_io_copy_perms

Function svn_io_copy_perms 

Source
pub unsafe extern "C" fn svn_io_copy_perms(
    src: *const c_char,
    dst: *const c_char,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Copy permission flags from @a src onto the file at @a dst. Both filenames are utf8-encoded filenames.

@since New in 1.6.