|
| svn_error_t * | svn_client_delete4 (const apr_array_header_t *paths, svn_boolean_t force, svn_boolean_t keep_local, const apr_hash_t *revprop_table, svn_commit_callback2_t commit_callback, void *commit_baton, svn_client_ctx_t *ctx, apr_pool_t *pool) |
| | Delete items from a repository or working copy. More...
|
| |
| svn_error_t * | svn_client_delete3 (svn_commit_info_t **commit_info_p, const apr_array_header_t *paths, svn_boolean_t force, svn_boolean_t keep_local, const apr_hash_t *revprop_table, svn_client_ctx_t *ctx, apr_pool_t *pool) |
| | Similar to svn_client_delete4(), but returns the commit info in *commit_info_p rather than through a callback function. More...
|
| |
| svn_error_t * | svn_client_delete2 (svn_commit_info_t **commit_info_p, const apr_array_header_t *paths, svn_boolean_t force, svn_client_ctx_t *ctx, apr_pool_t *pool) |
| | Similar to svn_client_delete3(), but with keep_local always set to FALSE, and revprop_table passed as NULL. More...
|
| |
| svn_error_t * | svn_client_delete (svn_client_commit_info_t **commit_info_p, const apr_array_header_t *paths, svn_boolean_t force, svn_client_ctx_t *ctx, apr_pool_t *pool) |
| | Similar to svn_client_delete2(), but takes the svn_client_commit_info_t type for commit_info_p. More...
|
| |