SvnStatusResult.

SvnStatusResult(Guid, Uri, string, long, long, Uri, string, string, SvnStatus) Constructor

Summary

Initializes a new instance of the SvnStatusResult class.
Assembly
Cake.Svn.dll
Namespace
Cake.Svn.Status
Containing Type
SvnStatusResult

Syntax

public SvnStatusResult(Guid repositoryId, Uri repositoryRoot, string lastChangedAuthor, long revision, long lastChangedRevision, Uri uri, string path, string fullPath, SvnStatus svnStatus)

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.
svnStatus SvnStatus The status of the Subversion node.

Return Value

Type Description
void