This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Svn.
Summary
Gets the status of working copy files and directories.
- Assembly
- Cake
.Svn .dll - Namespace
- Cake
.Svn - Containing Type
- ISvnClient
Syntax
IEnumerable<SvnStatusResult> Status(string fileOrDirectoryPath, SvnStatusSettings settings)
Parameters
Name | Type | Description |
---|---|---|
fileOrDirectoryPath | string | The path to the local file or directory. |
settings | SvnStatusSettings | Settings to use. |
Return Value
Type | Description |
---|---|
IEnumerable |
Result of the status operation. |