Skip to main content
Glama

SVN MCP Server

by gcorroto

svn_checkout

Perform SVN repository checkout to a specified directory, with options for revision, depth, force, and ignoring externals. Manage SVN repositories efficiently using the MCP server.

Instructions

Hacer checkout de un repositorio SVN

Input Schema

NameRequiredDescriptionDefault
depthNoProfundidad del checkout
forceNoForzar checkout
ignoreExternalsNoIgnorar externals
pathNoDirectorio destino
revisionNoRevisión específica
urlYesURL del repositorio SVN

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "depth": { "description": "Profundidad del checkout", "enum": [ "empty", "files", "immediates", "infinity" ], "type": "string" }, "force": { "default": false, "description": "Forzar checkout", "type": "boolean" }, "ignoreExternals": { "default": false, "description": "Ignorar externals", "type": "boolean" }, "path": { "description": "Directorio destino", "type": "string" }, "revision": { "anyOf": [ { "type": "number" }, { "const": "HEAD", "type": "string" } ], "description": "Revisión específica" }, "url": { "description": "URL del repositorio SVN", "type": "string" } }, "required": [ "url" ], "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