SvnInfo.

GetInfo(FilePath, SvnInfoSettings) Method

Summary

Gets Subversion information about the file at filePath.
Assembly
Cake.Svn.dll
Namespace
Cake.Svn.Info
Containing Type
SvnInfo

Syntax

public IEnumerable<SvnInfoResult> GetInfo(FilePath filePath, SvnInfoSettings settings)

Parameters

Name Type Description
filePath FilePath The file.
settings SvnInfoSettings The settings.

Return Value

Type Description
IEnumerable<SvnInfoResult> The Subversion information.