[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for T:SharpSvn.SvnStatus]

Namespace:  SharpSvn
Assembly:  SharpSvn (in SharpSvn.dll) Version: 1.4999.582.31705

Syntax

C#
public enum SvnStatus
Visual Basic (Declaration)
Public Enumeration SvnStatus
Visual C++
public enum class SvnStatus

Members

Member nameDescription
Missing
under v.c., but is missing
None
does not exist
Zero
Zero value. Never used by Subversion
Incomplete
a directory doesn't contain a complete entries list
External
an unversioned path populated by an svn:externals property
Obstructed
an unversioned resource is in the way of the versioned resource
Ignored
is unversioned but configured to be ignored
Conflicted
local mods received conflicting repos mods
Merged
local mods received repos mods
Modified
text or props have been modified
Replaced
was deleted and then re-added
Deleted
scheduled for deletion
Added
is scheduled for addition
Normal
exists, but uninteresting
NotVersioned
is not a versioned thing in this wc

See Also