Skip to main content
Glama

SVN MCP Server

by gcorroto

svn_update

Update a specific working copy in an SVN repository by syncing files, handling conflicts, and managing revisions. Supports forced updates, external file handling, and conflict resolution options for efficient repository management.

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