SvnInfo.

GetInfo(Uri, SvnInfoSettings) Method

Summary

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

Syntax

public IEnumerable<SvnInfoResult> GetInfo(Uri repositoryUrl, SvnInfoSettings settings)

Parameters

Name Type Description
repositoryUrl Uri The URL of the repository.
settings SvnInfoSettings The settings.

Return Value

Type Description
IEnumerable<SvnInfoResult> The Subversion information.