Skip to main content
Glama

SVN MCP Server

by gcorroto

svn_log

Retrieve commit history for a specific SVN repository path, with options to filter by revision range and limit the number of entries for efficient repository management.

Instructions

Ver historial de commits del repositorio

Input Schema

NameRequiredDescriptionDefault
limitNoNúmero máximo de entradas
pathNoRuta específica
revisionNoRevisión específica o rango (ej: 100:200)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "default": 10, "description": "Número máximo de entradas", "type": "number" }, "path": { "description": "Ruta específica", "type": "string" }, "revision": { "description": "Revisión específica o rango (ej: 100:200)", "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