Deleted Added
full compact
svn_client_mtcc.h (302408) svn_client_mtcc.h (362181)
1/**
2 * @copyright
3 * ====================================================================
4 * Licensed to the Apache Software Foundation (ASF) under one
5 * or more contributor license agreements. See the NOTICE file
6 * distributed with this work for additional information
7 * regarding copyright ownership. The ASF licenses this file
8 * to you under the Apache License, Version 2.0 (the

--- 193 unchanged lines hidden (view full) ---

202 const char *relpath,
203 svn_boolean_t check_repository,
204 svn_client__mtcc_t *mtcc,
205 apr_pool_t *scratch_pool);
206
207/** Commits all operations stored in @a mtcc as a new revision and destroys
208 * @a mtcc.
209 *
1/**
2 * @copyright
3 * ====================================================================
4 * Licensed to the Apache Software Foundation (ASF) under one
5 * or more contributor license agreements. See the NOTICE file
6 * distributed with this work for additional information
7 * regarding copyright ownership. The ASF licenses this file
8 * to you under the Apache License, Version 2.0 (the

--- 193 unchanged lines hidden (view full) ---

202 const char *relpath,
203 svn_boolean_t check_repository,
204 svn_client__mtcc_t *mtcc,
205 apr_pool_t *scratch_pool);
206
207/** Commits all operations stored in @a mtcc as a new revision and destroys
208 * @a mtcc.
209 *
210 * A log message is obtained from the log message callback in the client
211 * context in @a mtcc.
212 *
213 * @a revprop_table (if non-NULL) supplies additional revision properties;
214 * it may not supply any "svn:*" revision properties.
215 *
216 * As with svn_ra_get_commit_editor3(), after the commit has succeeded,
217 * it will invoke @a commit_callback (if non-NULL) with filled-in
218 * #svn_commit_info_t *, @a commit_baton, and @a scratch_pool or some subpool
219 * thereof as arguments.
220 *
210 * @since New in 1.9.
211 */
212svn_error_t *
213svn_client__mtcc_commit(apr_hash_t *revprop_table,
214 svn_commit_callback2_t commit_callback,
215 void *commit_baton,
216 svn_client__mtcc_t *mtcc,
217 apr_pool_t *scratch_pool);
218
219
220/** @} end group: Multi Command Context related functions */
221
222#ifdef __cplusplus
223}
224#endif /* __cplusplus */
225
226#endif /* SVN_CLIENT_MTCC_H */
221 * @since New in 1.9.
222 */
223svn_error_t *
224svn_client__mtcc_commit(apr_hash_t *revprop_table,
225 svn_commit_callback2_t commit_callback,
226 void *commit_baton,
227 svn_client__mtcc_t *mtcc,
228 apr_pool_t *scratch_pool);
229
230
231/** @} end group: Multi Command Context related functions */
232
233#ifdef __cplusplus
234}
235#endif /* __cplusplus */
236
237#endif /* SVN_CLIENT_MTCC_H */