#include <svn_client.h>
Data Fields | |
svn_auth_baton_t * | auth_baton |
main authentication baton. | |
svn_wc_notify_func_t | notify_func |
void * | notify_baton |
svn_client_get_commit_log_t | log_msg_func |
log message callback function | |
void * | log_msg_baton |
log message callback baton | |
apr_hash_t * | config |
a hash mapping of const char * configuration file names to svn_config_t *'s, for example, the '~/.subversion/config' file's contents should have the key "config". | |
svn_cancel_func_t | cancel_func |
a callback to be used to see if the client wishes to cancel the running operation. | |
void * | cancel_baton |
a baton to pass to the cancellation callback. | |
svn_wc_notify_func2_t | notify_func2 |
| |
void * | notify_baton2 |
|
In order to avoid backwards compatibility problems clients should use svn_client_create_context()
to allocate and intialize this structure instead of doing so themselves.
Definition at line 382 of file svn_client.h.
|
a hash mapping of May be left unset (or set to NULL) to use the built-in default settings and not use any configuration. Definition at line 409 of file svn_client.h. |
|
notify_func
Definition at line 396 of file svn_client.h. |
|
notification baton for Definition at line 425 of file svn_client.h. |
|
notify_func2 by default.
Definition at line 391 of file svn_client.h. |
|
notification function, defaulting to a function that forwards to Definition at line 421 of file svn_client.h. |