Summary
Gets Subversion information about the directory at directoryPath.
- 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. |