Skip to main content
Glama

SVN MCP Server

by gcorroto

svn_log

Retrieve commit history from a Subversion (SVN) repository by specifying a path, revision range, or maximum entries to streamline repository management and version tracking.

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" }

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