svn_wc_notify_add |
Adding a path to revision control. |
svn_wc_notify_copy |
Copying a versioned path. |
svn_wc_notify_delete |
Deleting a versioned path. |
svn_wc_notify_restore |
Restoring a missing path from the pristine text-base. |
svn_wc_notify_revert |
Reverting a modified path. |
svn_wc_notify_failed_revert |
A revert operation has failed. |
svn_wc_notify_resolved |
Resolving a conflict. |
svn_wc_notify_skip |
Skipping a path. |
svn_wc_notify_update_delete |
Got a delete in an update. |
svn_wc_notify_update_add |
Got an add in an update. |
svn_wc_notify_update_update |
Got any other action in an update. |
svn_wc_notify_update_completed |
The last notification in an update (including updates of externals). |
svn_wc_notify_update_external |
Updating an external module. |
svn_wc_notify_status_completed |
The last notification in a status (including status on externals). |
svn_wc_notify_status_external |
Running status on an external module. |
svn_wc_notify_commit_modified |
Committing a modification. |
svn_wc_notify_commit_added |
Committing an addition. |
svn_wc_notify_commit_deleted |
Committing a deletion. |
svn_wc_notify_commit_replaced |
Committing a replacement. |
svn_wc_notify_commit_postfix_txdelta |
Transmitting post-fix text-delta data for a file. |
svn_wc_notify_blame_revision |
Processed a single revision's blame. |
svn_wc_notify_locked |
Locking a path.
- Since:
- New in 1.2.
|
svn_wc_notify_unlocked |
Unlocking a path.
- Since:
- New in 1.2.
|
svn_wc_notify_failed_lock |
Failed to lock a path.
- Since:
- New in 1.2.
|
svn_wc_notify_failed_unlock |
Failed to unlock a path.
- Since:
- New in 1.2.
|
svn_wc_notify_exists |
Tried adding a path that already exists.
- Since:
- New in 1.5.
|
svn_wc_notify_changelist_set |
Changelist name set.
- Since:
- New in 1.5.
|
svn_wc_notify_changelist_clear |
Changelist name cleared.
- Since:
- New in 1.5.
|
svn_wc_notify_changelist_moved |
Warn user that a path has moved from one changelist to another.
- Since:
- New in 1.5.
|
svn_wc_notify_merge_begin |
A merge operation (to path) has begun.
See merge_range in svn_wc_notify_t . - Since:
- New in 1.5
|
svn_wc_notify_foreign_merge_begin |
A merge operation (to path) from a foreign repository has begun.
See merge_range in svn_wc_notify_t . - Since:
- New in 1.5.
|
svn_wc_notify_update_replace |
Replace notification.
- Since:
- New in 1.5.
|