pub async fn execute_version_control<P: DavVersionControlPort>(
port: &P,
plan: DavVersionControlPlan,
) -> Result<DavVersionControlResult, DavBackendError>Expand description
Executes an already validated VERSION-CONTROL plan through the product transaction port.
ยงErrors
Returns the product-neutral backend classification without mapping product error text.