Skip to main content
Glama

SVN MCP Server

by gcorroto

svn_checkout

Check out SVN repositories by specifying URL, destination path, revision, depth, and options to force checkout or ignore externals.

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

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