| 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 svn_wc_notify_t.merge_range. - Since:
- New in 1.5.
|
| svn_wc_notify_foreign_merge_begin |
A merge operation (to path) from a foreign repository has begun.
See svn_wc_notify_t.merge_range. - Since:
- New in 1.5.
|
| svn_wc_notify_update_replace |
Replace notification.
- Since:
- New in 1.5.
|
| svn_wc_notify_property_added |
Property added.
- Since:
- New in 1.6.
|
| svn_wc_notify_property_modified |
Property updated.
- Since:
- New in 1.6.
|
| svn_wc_notify_property_deleted |
Property deleted.
- Since:
- New in 1.6.
|
| svn_wc_notify_property_deleted_nonexistent |
Nonexistent property deleted.
- Since:
- New in 1.6.
|
| svn_wc_notify_revprop_set |
Revprop set.
- Since:
- New in 1.6.
|
| svn_wc_notify_revprop_deleted |
Revprop deleted.
- Since:
- New in 1.6.
|
| svn_wc_notify_merge_completed |
The last notification in a merge.
- Since:
- New in 1.6.
|
| svn_wc_notify_tree_conflict |
The path is a tree-conflict victim of the intended action (*not* a persistent tree-conflict from an earlier operation, but *this* operation caused the tree-conflict).
- Since:
- New in 1.6.
|
| svn_wc_notify_failed_external |
The path is a subdirectory referenced in an externals definition which is unable to be operated on.
- Since:
- New in 1.6.
|
| svn_wc_notify_update_obstruction |
An update tried to add a file or directory at path but an unversioned obstruction was found.
- Since:
- New in 1.7.
|
| svn_wc_notify_update_external_removed |
An update operation removed an external working copy.
- Since:
- New in 1.7.
|
| svn_wc_notify_update_add_deleted |
A node below a deleted and tree conflicted directory was added during update - Since:
- New in 1.7.
|
| svn_wc_notify_update_update_deleted |
A node below a deleted and tree conflicted directory was updated - Since:
- New in 1.7.
|
| svn_wc_notify_merge_record_info |
The mergeinfo on path was updated.
- Since:
- New in 1.7.
|
| svn_wc_notify_upgraded_path |
An working copy directory was upgraded to the latest format - Since:
- New in 1.7.
|
| svn_wc_notify_merge_record_info_begin |
Mergeinfo describing a merge was recorded.
- Since:
- New in 1.7.
|
| svn_wc_notify_merge_elide_info |
Mergeinfo was removed due to elision.
- Since:
- New in 1.7.
|
| svn_wc_notify_patch |
A file in the working copy was patched.
- Since:
- New in 1.7.
|
| svn_wc_notify_patch_applied_hunk |
A hunk from a patch was applied.
- Since:
- New in 1.7.
|
| svn_wc_notify_patch_rejected_hunk |
A hunk from a patch was rejected.
- Since:
- New in 1.7.
|