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
Name | Required | Description | Default |
---|---|---|---|
depth | No | Profundidad del checkout | |
force | No | Forzar checkout | |
ignoreExternals | No | Ignorar externals | |
path | No | Directorio destino | |
revision | No | Revisión específica | |
url | Yes | URL del repositorio SVN |