org.tigris.subversion.javahl
public interface NotifyAction
Field Summary | |
---|---|
static String[] | actionNames
textual representation of the action types |
static int | add Adding a path to revision control. |
static int | blame_revision Processed a single revision's blame. |
static int | commit_added Committing an addition. |
static int | commit_deleted Committing a deletion. |
static int | commit_modified Committing a modification. |
static int | commit_postfix_txdelta Transmitting post-fix text-delta data for a file. |
static int | commit_replaced Committing a replacement. |
static int | copy Copying a versioned path. |
static int | delete Deleting a versioned path. |
static int | failed_lock |
static int | failed_revert A revert operation has failed. |
static int | failed_unlock |
static int | locked |
static int | resolved Resolving a conflict. |
static int | restore Restoring a missing path from the pristine text-base. |
static int | revert Reverting a modified path. |
static int | skip Skipping a path. |
static int | status_completed The last notification in a status (including status on externals). |
static int | status_external Running status on an external module. |
static int | unlocked |
static int | update_add Got an add in an update. |
static int | update_completed The last notification in an update |
static int | update_delete Got a delete in an update. |
static int | update_external About to update an external module, use for checkouts and switches too,
end with @c svn_wc_update_completed. |
static int | update_update Got any other action in an update. |
Since: 1.2 Failed to lock a path
Since: 1.2 Failed to unlock a path
Since: 1.2 Locking a path
Since: 1.2 Unlocking a path