org.tigris.subversion.javahl

Interface StatusKind

Known Implementing Classes:
Status.Kind

public interface StatusKind

class for kind status of the item or its properties

Field Summary

static int
added
is scheduled for additon
static int
conflicted
local mods received conflicting repos mods
static int
deleted
scheduled for deletion
static int
external
an unversioned path populated by an svn:externals property
static int
ignored
a resource marked as ignored
static int
incomplete
a directory doesn't contain a complete entries list
static int
merged
local mods received repos mods
static int
missing
under v.c., but is missing
static int
modified
text or props have been modified
static int
none
does not exist
static int
normal
exists, but uninteresting
static int
obstructed
an unversioned resource is in the way of the versioned resource
static int
replaced
was deleted and then re-added
static int
unversioned
is not a versioned thing in this wc

Field Details

added

public static final int added
is scheduled for additon
Field Value:
3

conflicted

public static final int conflicted
local mods received conflicting repos mods
Field Value:
9

deleted

public static final int deleted
scheduled for deletion
Field Value:
4

external

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

ignored

public static final int ignored
a resource marked as ignored
Field Value:
11

incomplete

public static final int incomplete
a directory doesn't contain a complete entries list
Field Value:
12

merged

public static final int merged
local mods received repos mods
Field Value:
8

missing

public static final int missing
under v.c., but is missing
Field Value:
6

modified

public static final int modified
text or props have been modified
Field Value:
2

none

public static final int none
does not exist
Field Value:
0

normal

public static final int normal
exists, but uninteresting
Field Value:
1

obstructed

public static final int obstructed
an unversioned resource is in the way of the versioned resource
Field Value:
10

replaced

public static final int replaced
was deleted and then re-added
Field Value:
7

unversioned

public static final int unversioned
is not a versioned thing in this wc
Field Value:
5