GME
13
|
#include <svn_client.h>
A client context structure, which holds client specific callbacks, batons, serves as a cache for configuration options, and other various and sundry things. In order to avoid backwards compatibility problems clients should use svn_client_create_context() to allocate and initialize this structure instead of doing so themselves.
Definition at line 906 of file svn_client.h.
main authentication baton.
Definition at line 909 of file svn_client.h.
a baton to pass to the cancellation callback.
Definition at line 945 of file svn_client.h.
a callback to be used to see if the client wishes to cancel the running operation.
Definition at line 942 of file svn_client.h.
const char* svn_client_ctx_t::client_name |
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". May be left unset (or set to NULL) to use the built-in default settings and not use any configuration.
Definition at line 938 of file svn_client.h.
Definition at line 990 of file svn_client.h.
Definition at line 1000 of file svn_client.h.
Conflict resolution callback and baton, if available.
Definition at line 989 of file svn_client.h.
Conflict resolution callback and baton, if available. NULL means that subversion should try conflict_func
.
Definition at line 999 of file svn_client.h.
log message callback baton
log_msg_baton2
instead. Definition at line 931 of file svn_client.h.
The callback baton for log_msg_func3
.
Definition at line 981 of file svn_client.h.
Log message callback function. NULL means that Subversion should try not attempt to fetch a log message.
log_msg_func2
instead. Definition at line 926 of file svn_client.h.
Log message callback function. NULL means that Subversion should try log_msg_func.
Definition at line 959 of file svn_client.h.
Log message callback function. NULL means that Subversion should try log_msg_func2
, then log_msg_func
.
Definition at line 977 of file svn_client.h.
notification callback baton for notify_func()
notify_baton2
instead Definition at line 920 of file svn_client.h.
notification baton for notify_func2().
Definition at line 954 of file svn_client.h.
notification callback function. This will be called by notify_func2() by default.
notify_func2
instead. Definition at line 915 of file svn_client.h.
notification function, defaulting to a function that forwards to notify_func(). If NULL
, it will not be invoked.
Definition at line 950 of file svn_client.h.
Notification callback for network progress information. May be NULL if not used.
Definition at line 968 of file svn_client.h.
A working copy context for the client operation to use. This is initialized by svn_client_create_context() and should never be NULL
.
Definition at line 1007 of file svn_client.h.