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 - Containing Type
- SvnAliases
Syntax
public static IEnumerable<SvnStatusResult> SvnStatusFile(this ICakeContext context, FilePath filePath)
Examples
Gets Subversion status about the file at filePath.
var localFileStatus = SvnFileStatus(@"C:\project\src\file.cs");
Verbose("Path: {0}", localFileStatus.Path);
Attributes
Type | Description |
---|---|
Cake |
|
Cake |
|
Cake |
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The Cake context. |
filePath | FilePath | The file. |
Return Value
Type | Description |
---|---|
IEnumerable |
The Subversion status. |