svn_commit
Commit changes to an SVN repository by providing explicit file paths and a commit message, using a temporary message file to ensure safe operations.
Instructions
Guarded svn commit using a temp -F message file and explicit paths.
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. | |
| message | Yes | ||
| riskAck | No |