SvnStatus Class

Summary

Status of Subversion files.
Assembly
Cake.Svn.dll
Namespace
Cake.Svn
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["SvnStatus"] class Type type-node

Syntax

public sealed class SvnStatus : Enum

Fields

Name Constant Value Summary
Added 4
is scheduled for addition
static
Conflicted 10
local mods received conflicting repos mods
static
Deleted 6
scheduled for deletion
static
External 13
an unversioned path populated by an svn:externals property
static
Ignored 11
is unversioned but configured to be ignored
static
Incomplete 14
a directory doesn't contain a complete entries list
static
Merged 9
local mods received repos mods
static
Missing 5
under v.c., but is missing
static
Modified 8
text or props have been modified
static
None 1
does not exist
static
Normal 3
exists, but uninteresting
static
NotVersioned 2
is not a versioned thing in this wc
static
Obstructed 12
an unversioned resource is in the way of the versioned resource
static
Replaced 7
was deleted and then re-added
static
value__
Zero 0
Zero value. Never used by Subversion
static

Extension Methods

Name Value Summary
Dump<SvnStatus>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<SvnStatus>(SvnStatus[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<SvnStatus>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<SvnStatus>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<SvnStatus>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<SvnStatus>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin