SvnInfoSettings.

Revision Property

Summary

Gets or sets the value of the revision on which Subversion should operate. Use null for the default revision, -1 for the head revision and numbers bigger than -1 for a certain revision.
Namespace
Cake.Svn.Info
Containing Type
SvnInfoSettings

Syntax

public long? Revision { get; set; }

Value

Type Description
Nullable<T>
GitHub