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.
Assembly
Cake.Svn.dll
Namespace
Cake.Svn.Info
Containing Type
SvnInfoSettings

Syntax

public Nullable<long> Revision { get; set; }

Value

Type Description
Nullable<long>