Skip to main content
Glama

SVN MCP Server

by gcorroto

svn_diff

Compare file versions in SVN repositories by specifying paths and revision numbers to analyze differences efficiently.

Instructions

Ver diferencias entre versiones de archivos

Input Schema

NameRequiredDescriptionDefault
newRevisionNoRevisión nueva
oldRevisionNoRevisión antigua
pathNoRuta específica

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "newRevision": { "description": "Revisión nueva", "type": "string" }, "oldRevision": { "description": "Revisión antigua", "type": "string" }, "path": { "description": "Ruta específica", "type": "string" } }, "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