Skip to main content
Glama

SVN MCP Server

by gcorroto

svn_revert

Undo local changes in specified files or directories within a Subversion (SVN) repository using the MCP server to efficiently manage SVN workflows.

Instructions

Revertir cambios locales en archivos

Input Schema

NameRequiredDescriptionDefault
pathsYesArchivo(s) o directorio(s) a revertir

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "paths": { "anyOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ], "description": "Archivo(s) o directorio(s) a revertir" } }, "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