Skip to main content
Glama

SVN MCP Server

by gcorroto

svn_commit

Commit changes to an SVN repository by specifying a message, files, and options such as force commit, keeping locks, or preventing file unlocking. Enhances SVN repository management on the SVN MCP Server.

Instructions

Confirmar cambios al repositorio

Input Schema

NameRequiredDescriptionDefault
fileNoArchivo con mensaje de commit
forceNoForzar commit
keepLocksNoMantener locks después del commit
messageYesMensaje del commit
noUnlockNoNo desbloquear archivos
pathsNoArchivos específicos a confirmar

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "file": { "description": "Archivo con mensaje de commit", "type": "string" }, "force": { "default": false, "description": "Forzar commit", "type": "boolean" }, "keepLocks": { "default": false, "description": "Mantener locks después del commit", "type": "boolean" }, "message": { "description": "Mensaje del commit", "type": "string" }, "noUnlock": { "default": false, "description": "No desbloquear archivos", "type": "boolean" }, "paths": { "description": "Archivos específicos a confirmar", "items": { "type": "string" }, "type": "array" } }, "required": [ "message" ], "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