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 Subversion status about the file at filePath.
- Assembly
- Cake
.Svn .dll - Namespace
- Cake
.Svn .Status - Containing Type
- SvnStatusTool
Syntax
public IEnumerable<SvnStatusResult> Status(FilePath filePath, SvnStatusSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| filePath | FilePath | The file. |
| settings | SvnStatusSettings | The settings. |
Return Value
| Type | Description |
|---|---|
| IEnumerable |
The Subversion status. |
