Package org.tigris.subversion.javahl
Interface RevisionKind
- All Known Implementing Classes:
Revision.Kind
public interface RevisionKind
Various ways of specifying revisions.
Note:
In contexts where local mods are relevant, the `working' kind
refers to the uncommitted "working" revision, which may be modified
with respect to its base revision. In other contexts, `working'
should behave the same as `committed' or `current'.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
.svn/entries current revisionstatic final int
rev of most recent changestatic final int
revision given as datestatic final int
repository youngeststatic final int
revision given as numberstatic final int
(rev of most recent change) - 1static final int
No revision information given.static final int
current, plus local mods
-
Field Details
-
unspecified
static final int unspecifiedNo revision information given.- See Also:
-
number
static final int numberrevision given as number- See Also:
-
date
static final int daterevision given as date- See Also:
-
committed
static final int committedrev of most recent change- See Also:
-
previous
static final int previous(rev of most recent change) - 1- See Also:
-
base
static final int base.svn/entries current revision- See Also:
-
working
static final int workingcurrent, plus local mods- See Also:
-
head
static final int headrepository youngest- See Also:
-