org.tigris.subversion.javahl

Interface StatusKind

public interface StatusKind

class for kind status of the item or its properties
Field Summary
static intadded
is scheduled for additon
static intconflicted
local mods received conflicting repos mods
static intdeleted
scheduled for deletion
static intexternal
an unversioned path populated by an svn:externals property
static intignored
a resource marked as ignored
static intincomplete
a directory doesn't contain a complete entries list
static intmerged
local mods received repos mods
static intmissing
under v.c., but is missing
static intmodified
text or props have been modified
static intnone
does not exist
static intnormal
exists, but uninteresting
static intobstructed
an unversioned resource is in the way of the versioned resource
static intreplaced
was deleted and then re-added
static intunversioned
is not a versioned thing in this wc

Field Detail

added

public static final int added
is scheduled for additon

conflicted

public static final int conflicted
local mods received conflicting repos mods

deleted

public static final int deleted
scheduled for deletion

external

public static final int external
an unversioned path populated by an svn:externals property

ignored

public static final int ignored
a resource marked as ignored

incomplete

public static final int incomplete
a directory doesn't contain a complete entries list

merged

public static final int merged
local mods received repos mods

missing

public static final int missing
under v.c., but is missing

modified

public static final int modified
text or props have been modified

none

public static final int none
does not exist

normal

public static final int normal
exists, but uninteresting

obstructed

public static final int obstructed
an unversioned resource is in the way of the versioned resource

replaced

public static final int replaced
was deleted and then re-added

unversioned

public static final int unversioned
is not a versioned thing in this wc