public class SVNRevisionProperty
extends java.lang.Object
Revision properties are unversioned, so there is always a risk to lose information when modifying revision property values.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
AUTHOR
An "svn:author" revision
property (that holds the name of the revision's author).
|
static java.lang.String |
AUTOVERSIONED
The presence of this fs revision property indicates that the
revision was automatically generated by the mod_dav_svn
autoversioning feature.
|
static java.lang.String |
CURRENTLY_COPYING
"svn:sync-currently-copying" revision property.
|
static java.lang.String |
DATE
An "svn:date" revision property
that is a date & time stamp representing the time when the
revision was created.
|
static java.lang.String |
FROM_URL
"svn:sync-from-url" revision property.
|
static java.lang.String |
FROM_UUID
"svn:sync-from-uuid" revision property.
|
static java.lang.String |
LAST_MERGED_REVISION
"svn:sync-last-merged-rev" revision property.
|
static java.lang.String |
LOCK
"svn:sync-lock" revision property.
|
static java.lang.String |
LOG
An "svn:log" revision property -
the one that stores a log message attached to a revision
during a commit operation.
|
static java.lang.String |
ORIGINAL_DATE
The fs revision property that stores a commit's "original" date.
|
Constructor and Description |
---|
SVNRevisionProperty() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isRevisionProperty(java.lang.String name)
Says if the given revision property name is really a valid
revision property name.
|
public static final java.lang.String AUTHOR
public static final java.lang.String LOG
public static final java.lang.String DATE
public static final java.lang.String LOCK
public static final java.lang.String FROM_URL
public static final java.lang.String FROM_UUID
public static final java.lang.String LAST_MERGED_REVISION
public static final java.lang.String CURRENTLY_COPYING
public static final java.lang.String AUTOVERSIONED
public static final java.lang.String ORIGINAL_DATE
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.