svn_info
Retrieve detailed information about a specific working copy or file in an SVN repository by specifying its path. Designed for efficient repository management and integration.
Instructions
Obtener información detallada del working copy o archivo específico
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | No | Ruta específica a consultar (opcional) |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"path": {
"description": "Ruta específica a consultar (opcional)",
"type": "string"
}
},
"type": "object"
}