ISvnClient.

GetInfo(string, SvnInfoSettings) Method

Summary

Gets Subversion information about the file or directory at fileOrDirectoryPath (local or remote).
Assembly
Cake.Svn.dll
Namespace
Cake.Svn
Containing Type
ISvnClient

Syntax

IEnumerable<SvnInfoResult> GetInfo(string fileOrDirectoryPath, SvnInfoSettings settings)

Parameters

Name Type Description
fileOrDirectoryPath string The path to the file or directory (local or remote).
settings SvnInfoSettings The settings.

Return Value

Type Description
IEnumerable<SvnInfoResult> An information result about the Subversion repository.