org.tmatesoft.svn.core
public class SVNRevisionProperty extends Object
Revision properties are unversioned, so there is always a risk to lose information when modifying revision property values.
Version: 1.1.1
Field Summary | |
---|---|
static String | AUTHOR
An "svn:author" revision
property (that holds the name of the revision's author). |
static String | AUTOVERSIONED |
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 |
Method Summary | |
---|---|
static boolean | isRevisionProperty(String name)
Says if the given revision property name is really a valid
revision property name.
|
Since: 1.1, new in Subversion 1.4
Since: 1.1, new in Subversion 1.4
Since: 1.1, new in Subversion 1.4
Since: 1.1, new in Subversion 1.4
Since: 1.1, new in Subversion 1.4
Parameters: name a property name
Returns: true if it's a revision property name, false otherwise