svn_cleanup
Clean up interrupted operations in Subversion (SVN) working copies by specifying the path to resolve inconsistencies and restore functionality.
Instructions
Limpiar working copy de operaciones interrumpidas
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | No | Ruta específica a limpiar |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"path": {
"description": "Ruta específica a limpiar",
"type": "string"
}
},
"type": "object"
}