static SVNEventAction |
SVNEventAction.ADD |
Denotes that a new item is scheduled for addition.
|
static SVNEventAction |
SVNEventAction.ANNOTATE |
Denotes that file blaming is started.
|
static SVNEventAction |
SVNEventAction.CHANGELIST_CLEAR |
Denotes that changelist name is cleared.
|
static SVNEventAction |
SVNEventAction.CHANGELIST_MOVED |
Denotes that a path has moved from one changelist to another.
|
static SVNEventAction |
SVNEventAction.CHANGELIST_SET |
Denotes that changelist name is set.
|
static SVNEventAction |
SVNEventAction.CLEANUP_EXTERNAL |
|
static SVNEventAction |
SVNEventAction.COMMIT_ADDED |
In a commit operation denotes adding a new item to the repository.
|
static SVNEventAction |
SVNEventAction.COMMIT_COMPLETED |
In a commit operation denotes that the operation itself is completed
(for instance, in a console client can be used to print out the
committed revision).
|
static SVNEventAction |
SVNEventAction.COMMIT_DELETED |
In a commit operation denotes deleting the item from the
repository.
|
static SVNEventAction |
SVNEventAction.COMMIT_DELTA_SENT |
In a commit operation denotes the final stage of the operation -
sending all file data and finalizing the commit.
|
static SVNEventAction |
SVNEventAction.COMMIT_FINALIZING |
|
static SVNEventAction |
SVNEventAction.COMMIT_MODIFIED |
In a commit operation denotes sending the item's modifications to the
repository.
|
static SVNEventAction |
SVNEventAction.COMMIT_REPLACED |
In a commit operation denotes replacing (one item was deleted while
another one with the same name was added) the item in the repository.
|
static SVNEventAction |
SVNEventAction.COPY |
Denotes that the item is copied with history.
|
static SVNEventAction |
SVNEventAction.DELETE |
Denotes that the item is scheduled for deletion.
|
static SVNEventAction |
SVNEventAction.FAILED_CONFLICT |
|
static SVNEventAction |
SVNEventAction.FAILED_EXTERNAL |
|
static SVNEventAction |
SVNEventAction.FAILED_FORBIDDEN_BY_SERVER |
|
static SVNEventAction |
SVNEventAction.FAILED_LOCKED |
|
static SVNEventAction |
SVNEventAction.FAILED_MISSING |
|
static SVNEventAction |
SVNEventAction.FAILED_OBSTRUCTION |
|
static SVNEventAction |
SVNEventAction.FAILED_OUT_OF_DATE |
|
static SVNEventAction |
SVNEventAction.FAILED_REQUIRES_TARGET |
|
static SVNEventAction |
SVNEventAction.FAILED_REVERT |
Denotes that a revert operation failed.
|
static SVNEventAction |
SVNEventAction.FOREIGN_COPY_BEGIN |
|
static SVNEventAction |
SVNEventAction.FOREIGN_MERGE_BEGIN |
Denotes that a merge operation (to path) from a foreign repository has begun.
|
static SVNEventAction |
SVNEventAction.INFO_EXTERNAL |
|
static SVNEventAction |
SVNEventAction.LOCK_FAILED |
Denotes that locking a file item failed.
|
static SVNEventAction |
SVNEventAction.LOCKED |
Denotes that the file item is locked as a result of a locking
operation.
|
static SVNEventAction |
SVNEventAction.MERGE_BEGIN |
Denotes that a merge operation (to path) has begun.
|
static SVNEventAction |
SVNEventAction.MERGE_COMPLETE |
|
static SVNEventAction |
SVNEventAction.MERGE_ELIDE_INFO |
|
static SVNEventAction |
SVNEventAction.MERGE_RECORD_INFO |
|
static SVNEventAction |
SVNEventAction.MERGE_RECORD_INFO_BEGIN |
|
static SVNEventAction |
SVNEventAction.MOVE_BROKEN |
|
static SVNEventAction |
SVNEventAction.PATCH |
|
static SVNEventAction |
SVNEventAction.PATCH_APPLIED_HUNK |
|
static SVNEventAction |
SVNEventAction.PATCH_HUNK_ALREADY_APPLIED |
|
static SVNEventAction |
SVNEventAction.PATCH_REJECTED_HUNK |
|
static SVNEventAction |
SVNEventAction.PATH_NONEXISTENT |
|
static SVNEventAction |
SVNEventAction.PROGRESS |
Reserved for future purposes.
|
static SVNEventAction |
SVNEventAction.PROPERTY_ADD |
|
static SVNEventAction |
SVNEventAction.PROPERTY_DELETE |
|
static SVNEventAction |
SVNEventAction.PROPERTY_DELETE_NONEXISTENT |
|
static SVNEventAction |
SVNEventAction.PROPERTY_MODIFY |
|
static SVNEventAction |
SVNEventAction.RESOLVED |
Denotes that the conflict on the item is resolved (the item is
marked resolved).
|
static SVNEventAction |
SVNEventAction.RESOLVER_DONE |
|
static SVNEventAction |
SVNEventAction.RESOLVER_STARTING |
|
static SVNEventAction |
SVNEventAction.RESTORE |
Denotes that the deleted item is restored (prior to be updated).
|
static SVNEventAction |
SVNEventAction.REVERT |
Denotes that all local changes to the item were reverted.
|
static SVNEventAction |
SVNEventAction.REVPROP_DELETE |
|
static SVNEventAction |
SVNEventAction.REVPROPER_SET |
|
static SVNEventAction |
SVNEventAction.SKIP |
Denotes that the operation is skipped due to errors (inability to
be performed, etc.).
|
static SVNEventAction |
SVNEventAction.SKIP_CONFLICTED |
|
static SVNEventAction |
SVNEventAction.STATUS_COMPLETED |
In a remote status operation denotes that the operation itself is completed -
used to get the latest repository revision against which the status was
invoked.
|
static SVNEventAction |
SVNEventAction.STATUS_EXTERNAL |
In a status operation denotes that the status is performed on an
external item.
|
static SVNEventAction |
SVNEventAction.TREE_CONFLICT |
|
static SVNEventAction |
SVNEventAction.UNLOCK_FAILED |
Denotes that unlocking a file item failed.
|
static SVNEventAction |
SVNEventAction.UNLOCKED |
Denotes that the file item is unlocked as a result of an unlocking
operation.
|
static SVNEventAction |
SVNEventAction.UPDATE_ADD |
In an update operation denotes that the item is added to
the Working Copy (as it was added in the repository).
|
static SVNEventAction |
SVNEventAction.UPDATE_BROKEN_LOCK |
|
static SVNEventAction |
SVNEventAction.UPDATE_COMPLETED |
In an update operation denotes that the operation itself is completed
(for instance, in a console client can be used to print out the
revision updated to).
|
static SVNEventAction |
SVNEventAction.UPDATE_DELETE |
In an update operation denotes that the item is deleted from
the Working Copy (as it was deleted in the repository).
|
static SVNEventAction |
SVNEventAction.UPDATE_EXISTS |
Denotes that tried adding a path that already exists.
|
static SVNEventAction |
SVNEventAction.UPDATE_EXTERNAL |
In an update operation denotes that the item being updated is
external.
|
static SVNEventAction |
SVNEventAction.UPDATE_EXTERNAL_REMOVED |
|
static SVNEventAction |
SVNEventAction.UPDATE_NONE |
In an update operation denotes that the item is not modified, but its children are.
|
static SVNEventAction |
SVNEventAction.UPDATE_REPLACE |
Denotes a replace notification.
|
static SVNEventAction |
SVNEventAction.UPDATE_SHADOWED_ADD |
|
static SVNEventAction |
SVNEventAction.UPDATE_SHADOWED_DELETE |
|
static SVNEventAction |
SVNEventAction.UPDATE_SHADOWED_UPDATE |
|
static SVNEventAction |
SVNEventAction.UPDATE_SKIP_ACCESS_DENINED |
|
static SVNEventAction |
SVNEventAction.UPDATE_SKIP_OBSTRUCTION |
|
static SVNEventAction |
SVNEventAction.UPDATE_SKIP_WORKING_ONLY |
|
static SVNEventAction |
SVNEventAction.UPDATE_STARTED |
|
static SVNEventAction |
SVNEventAction.UPDATE_UPDATE |
In an update operation denotes that the item is modified (there
are changes received from the repository).
|
static SVNEventAction |
SVNEventAction.UPGRADE |
Denotes that the current format of the working copy administrative
area is upgraded to a newer one.
|
static SVNEventAction |
SVNEventAction.UPGRADED_PATH |
An working copy directory was upgraded to the latest format
|