svn_log
Retrieve structured commit logs from SVN repositories for specified file paths or working directories.
Instructions
Run svn log and return structured log entries.
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. | |
| limit | No | ||
| paths | No | Optional paths relative to cwd or absolute paths inside one SVN working copy. | |
| verbose | No |