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 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 |
An information result about the Subversion repository. |