svn_rename
Rename or move files in an SVN working copy while automatically creating parent directories, with guardrails to prevent unsafe operations.
Instructions
Alias for guarded working-copy svn move/rename with parent directory creation.
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. | |
| src | Yes | ||
| dest | Yes |