SvnInfoResult.

SvnInfoResult(Guid, Uri, string, long, long, Uri, string, string, SvnKind) Constructor

Summary

Initializes a new instance of the SvnInfoResult class.
Assembly
Cake.Svn.dll
Namespace
Cake.Svn.Info
Containing Type
SvnInfoResult

Syntax

public SvnInfoResult(Guid repositoryId, Uri repositoryRoot, string lastChangedAuthor, long revision, long lastChangedRevision, Uri uri, string path, string fullPath, SvnKind nodeKind)

Parameters

Name Type Description
repositoryId Guid The UUID of the Subversion repository.
repositoryRoot Uri The repository root Uri.
lastChangedAuthor string The author of the last revision.
revision long The revision of the node.
lastChangedRevision long The last changed revision of the node.
uri Uri The full Uri of the node.
path string The path of the file. The local path if requisting working version, otherwise the name of the file at the specified version.
fullPath string The path in a normalized format.
nodeKind SvnKind The kind of the Subversion node.

Return Value

Type Description
void