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 directory at directoryPath.
- Assembly
- Cake
.Svn .dll - Namespace
- Cake
.Svn .Info - Containing Type
- SvnInfo
Syntax
public IEnumerable<SvnInfoResult> GetInfo(DirectoryPath directoryPath, SvnInfoSettings settings)
Parameters
Name | Type | Description |
---|---|---|
directoryPath | DirectoryPath | The directory. |
settings | SvnInfoSettings | The settings. |
Return Value
Type | Description |
---|---|
IEnumerable |
The Subversion information. |