svn_add
Add files to SVN version control with guarded operations, supporting explicit file adds, parent directory creation, and recursive directory addition.
Instructions
Guarded svn add for explicit files, adding needed parent directories, or explicitly recursive directories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Absolute working directory. If omitted, absolute paths identify their SVN working copy; relative paths require explicit cwd. | |
| paths | Yes | Explicit paths relative to cwd or absolute paths inside one SVN working copy. | |
| allowRecursive | No |