Summary
Class for retrieving information about a Subversion controlled file or directory.
- Namespace
- Cake
.Svn .Info - Base Types
-
- object
- SvnTool
<TSettings>
graph TD
Base0["SvnTool<TSettings>"]-->Type
click Base0 "/Cake.Svn/api/Cake.Svn/SvnTool_1"
Base1["object"]-->Base0
Type["SvnInfo"]
class Type type-node
Syntax
public sealed class SvnInfo : SvnTool<SvnRemoteSettings>
Constructors
| Name | Summary |
|---|---|
| SvnInfo |
Initializes a new instance of the SvnInfo class.
|
Methods
| Name | Value | Summary |
|---|---|---|
| GetClient |
ISvnClient |
Returns a new instance of a Subversion client.
Inherited from SvnTool
|
| GetInfo |
IEnumerable |
Gets Subversion information about the directory at directoryPath.
|
| GetInfo |
IEnumerable |
Gets Subversion information about the file at filePath.
|
| GetInfo |
IEnumerable |
Gets Subversion information about the file or directory at repositoryUrl.
|
| Is |
bool |
Gets the information whether the directoryPath was added to the Subversion working copy.
|
| Is |
bool |
Gets the information whether the filePath was added to the Subversion working copy.
|