Skip to main content
Glama

SVN MCP Server

by gcorroto

svn_add

Add files or directories to version control in SVN repositories, enabling force addition, parent directory creation, and auto-property application as needed.

Instructions

Añadir archivos al control de versiones

Input Schema

NameRequiredDescriptionDefault
autoPropsNoAplicar auto-propiedades
forceNoForzar adición
noAutoPropsNoNo aplicar auto-propiedades
noIgnoreNoNo respetar reglas de ignore
parentsNoCrear directorios padre si es necesario
pathsYesArchivo(s) o directorio(s) a añadir

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "autoProps": { "description": "Aplicar auto-propiedades", "type": "boolean" }, "force": { "default": false, "description": "Forzar adición", "type": "boolean" }, "noAutoProps": { "description": "No aplicar auto-propiedades", "type": "boolean" }, "noIgnore": { "default": false, "description": "No respetar reglas de ignore", "type": "boolean" }, "parents": { "default": false, "description": "Crear directorios padre si es necesario", "type": "boolean" }, "paths": { "anyOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ], "description": "Archivo(s) o directorio(s) a añadir" } }, "required": [ "paths" ], "type": "object" }
Install Server

Other Tools from SVN MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gcorroto/mcp-svn'

If you have feedback or need assistance with the MCP directory API, please join our Discord server