SvnInfoResult Class

Summary

Result for SvnInfo.
Namespace
Cake.Svn.Info
Base Types
  • object
graph TD Base0["object"]-->Type Type["SvnInfoResult"] class Type type-node

Syntax

public sealed class SvnInfoResult

Constructors

Name Summary
SvnInfoResult(Guid, Uri, string, long, Uri, string, string, SvnKind) Initializes a new instance of the SvnInfoResult class.

Properties

Name Value Summary
FullPath string
Gets the path in normalized format.
LastChangedAuthor string
Gets the author of the last revision in which the node (or one of its descendants) changed.
NodeKind SvnKind
Gets the kind of the subversion node.
Path string
Gets the path of the file. The local path if requisting working version, otherwise the name of the file at the specified version.
RepositoryId Guid
Gets the UUID of the repository (if available). Otherwise Guid.Empty.
RepositoryRoot Uri
Gets the repository root Uri.
Revision long
Gets The revision of the node item.
Uri Uri
Gets the full Uri of the node.
GitHub