This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Svn.
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 |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|