|
Subversion
|
In many cases, the WC library will scan a working copy and make changes. More...
Data Structures | |
| struct | svn_wc_notify_t |
Structure used in the svn_wc_notify_func2_t function. More... | |
Typedefs | |
| typedef enum svn_wc_notify_action_t | svn_wc_notify_action_t |
| The type of action occurring. | |
| typedef enum svn_wc_notify_state_t | svn_wc_notify_state_t |
| The type of notification that is occurring. | |
| typedef enum svn_wc_notify_lock_state_t | svn_wc_notify_lock_state_t |
| What happened to a lock during an operation. | |
| typedef struct svn_wc_notify_t | svn_wc_notify_t |
Structure used in the svn_wc_notify_func2_t function. | |
| typedef void(* | svn_wc_notify_func2_t )(void *baton, const svn_wc_notify_t *notify, apr_pool_t *pool) |
| Notify the world that notify->action has happened to notify->path. | |
| typedef void(* | svn_wc_notify_func_t )(void *baton, const char *path, svn_wc_notify_action_t action, svn_node_kind_t kind, const char *mime_type, svn_wc_notify_state_t content_state, svn_wc_notify_state_t prop_state, svn_revnum_t revision) |
Similar to svn_wc_notify_func2_t, but takes the information as arguments instead of struct fields. | |