public class SVNRevisionProperty extends 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 String |
AUTHOR
An "svn:author" revision
property (that holds the name of the revision's author).
|
static String |
AUTOVERSIONED
The presence of this fs revision property indicates that the
revision was automatically generated by the mod_dav_svn
autoversioning feature.
|
static String |
CURRENTLY_COPYING
"svn:sync-currently-copying" revision property.
|
static String |
DATE
An "svn:date" revision property
that is a date & time stamp representing the time when the
revision was created.
|
static String |
FROM_URL
"svn:sync-from-url" revision property.
|
static String |
FROM_UUID
"svn:sync-from-uuid" revision property.
|
static String |
LAST_MERGED_REVISION
"svn:sync-last-merged-rev" revision property.
|
static String |
LOCK
"svn:sync-lock" revision property.
|
static String |
LOG
An "svn:log" revision property -
the one that stores a log message attached to a revision
during a commit operation.
|
static String |
ORIGINAL_DATE
The fs revision property that stores a commit's "original" date.
|
static String |
SVN_TXN_CLIENT_COMPAT_VERSION
Ephemeral revision property that, when set as commit revision property,
will be available to the hook scripts, but not actually set on a revision.
|
static String |
SVN_TXN_PREFIX
An "txn-" prefix for revision properties
that when set as commit revision property would be available
to the hook scripts, but not actually set on a commit.
|
static String |
SVN_TXN_USER_AGENT
Ephemeral revision property that, when set as commit revision property,
will be available to the hook scripts, but not actually set on a revision.
|
Constructor and Description |
---|
SVNRevisionProperty() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isRevisionProperty(String name)
Says if the given revision property name is really a valid
revision property name.
|
public static final String SVN_TXN_PREFIX
public static final String AUTHOR
public static final String LOG
public static final String DATE
public static final String LOCK
public static final String FROM_URL
public static final String FROM_UUID
public static final String LAST_MERGED_REVISION
public static final String CURRENTLY_COPYING
public static final String AUTOVERSIONED
public static final String ORIGINAL_DATE
public static final String SVN_TXN_CLIENT_COMPAT_VERSION
public static final String SVN_TXN_USER_AGENT
public static boolean isRevisionProperty(String name)
name
- a property nameCopyright © 2019. All rights reserved.