svn_wc_add_lock2

Function svn_wc_add_lock2 

Source
pub unsafe extern "C" fn svn_wc_add_lock2(
    wc_ctx: *mut svn_wc_context_t,
    abspath: *const c_char,
    lock: *const svn_lock_t,
    scratch_pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Add @a lock to the working copy for @a local_abspath. If @a local_abspath is read-only, due to locking properties, make it writable. Perform temporary allocations in @a scratch_pool.

@since New in 1.7.