ISvnClient.

Status(string, SvnStatusSettings) Method

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<SvnStatusResult> Result of the status operation.