#include <svn_wc.h>
Data Fields | |
svn_error_t *(* | found_entry )(const char *path, const svn_wc_entry_t *entry, void *walk_baton, apr_pool_t *pool) |
An entry was found at path. | |
svn_error_t *(* | handle_error )(const char *path, svn_error_t *err, void *walk_baton, apr_pool_t *pool) |
Handle the error err encountered while processing path. |
Definition at line 1908 of file svn_wc.h.
|
Handle the error err encountered while processing path.
Wrap or squelch err as desired, and return an |