svn_propget
Read a single SVN working-copy property by name from specified paths. Specify the property name and absolute or relative paths.
Instructions
Read one working-copy property from 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. | |
| name | Yes | ||
| paths | Yes | Explicit paths relative to cwd or absolute paths inside one SVN working copy. |