org.tigris.subversion.javahl

Interface RevisionKind

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

static int
base
.svn/entries current revision
static int
committed
rev of most recent change
static int
date
revision given as date
static int
head
repository youngest
static int
number
revision given as number
static int
previous
(rev of most recent change) - 1
static int
unspecified
No revision information given.
static int
working
current, plus local mods

Field Details

base

public static final int base
.svn/entries current revision
Field Value:
5

committed

public static final int committed
rev of most recent change
Field Value:
3

date

public static final int date
revision given as date
Field Value:
2

head

public static final int head
repository youngest
Field Value:
7

number

public static final int number
revision given as number
Field Value:
1

unspecified

public static final int unspecified
No revision information given.
Field Value:
0

working

public static final int working
current, plus local mods
Field Value:
6