pub unsafe extern "C" fn svn_wc_remove_lock2(
wc_ctx: *mut svn_wc_context_t,
local_abspath: *const c_char,
scratch_pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Remove any lock from @a local_abspath. If @a local_abspath has a lock and the locking so specifies, make the file read-only. Don’t return an error if @a local_abspath didn’t have a lock. Perform temporary allocations in @a scratch_pool.
@since New in 1.7.