Skip to main content
Glama

SVN MCP Server

by gcorroto

svn_update

Update your SVN working copy from the repository by specifying a path, target revision, and conflict resolution options. Manage externals and force updates as needed.

Instructions

Actualizar working copy desde el repositorio

Input Schema

NameRequiredDescriptionDefault
acceptConflictsNoComo manejar conflictos
forceNoForzar actualización
ignoreExternalsNoIgnorar externals
pathNoRuta específica a actualizar
revisionNoRevisión objetivo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "acceptConflicts": { "description": "Como manejar conflictos", "enum": [ "postpone", "base", "mine-conflict", "theirs-conflict", "mine-full", "theirs-full" ], "type": "string" }, "force": { "default": false, "description": "Forzar actualización", "type": "boolean" }, "ignoreExternals": { "default": false, "description": "Ignorar externals", "type": "boolean" }, "path": { "description": "Ruta específica a actualizar", "type": "string" }, "revision": { "anyOf": [ { "type": "number" }, { "const": "HEAD", "type": "string" }, { "const": "BASE", "type": "string" }, { "const": "COMMITTED", "type": "string" }, { "const": "PREV", "type": "string" } ], "description": "Revisión objetivo" } }, "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