Searched refs:shelf_version (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Dshelf.c168 svn_client__shelf_version_t *shelf_version local
169 = apr_pcalloc(result_pool, sizeof(*shelf_version));
171 shelf_version->shelf = shelf;
172 shelf_version->version_number = version_number;
173 SVN_ERR(shelf_version_files_dir_abspath(&shelf_version->files_dir_abspath,
176 *new_version_p = shelf_version;
369 svn_client__shelf_version_t *shelf_version,
374 shelf_version->shelf->name);
382 svn_client__shelf_version_t *shelf_version,
387 svn_client_ctx_t *ctx = shelf_version
367 status_augment(svn_wc_status3_t **status_p, const svn_wc_status3_t *status_in, svn_client__shelf_version_t *shelf_version, apr_pool_t *result_pool) argument
381 status_read(svn_wc_status3_t **status, svn_client__shelf_version_t *shelf_version, const char *relpath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
409 svn_client__shelf_version_t *shelf_version; member in struct:shelf_status_baton_t
445 shelf_status_visit_path(svn_client__shelf_version_t *shelf_version, const char *wc_relpath, shelf_status_visitor_t walk_func, void *walk_baton, apr_pool_t *scratch_pool) argument
463 shelf_status_walk(svn_client__shelf_version_t *shelf_version, const char *wc_relpath, shelf_status_visitor_t walk_func, void *walk_baton, apr_pool_t *scratch_pool) argument
499 svn_client__shelf_version_t *shelf_version; member in struct:wc_status_baton_t
528 svn_client__shelf_version_status_walk(svn_client__shelf_version_t *shelf_version, const char *wc_relpath, svn_wc_status_func4_t walk_func, void *walk_baton, apr_pool_t *scratch_pool) argument
684 shelf_paths_changed(apr_hash_t **paths_hash_p, apr_array_header_t **paths_array_p, svn_client__shelf_version_t *shelf_version, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
710 svn_client__shelf_paths_changed(apr_hash_t **affected_paths, svn_client__shelf_version_t *shelf_version, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
721 svn_client__shelf_replay(svn_client__shelf_version_t *shelf_version, const char *top_relpath, const svn_delta_editor_t *editor, void *edit_baton, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *scratch_pool) argument
747 svn_client__shelf_version_t *shelf_version; member in struct:test_apply_files_baton_t
784 svn_client__shelf_test_apply_file(svn_boolean_t *conflict_p, svn_client__shelf_version_t *shelf_version, const char *file_relpath, apr_pool_t *scratch_pool) argument
832 svn_client__shelf_mods_editor(const svn_delta_editor_t **editor_p, void **edit_baton_p, svn_client__shelf_version_t *shelf_version, svn_wc_notify_func2_t notify_func, void *notify_baton, svn_client_ctx_t *ctx, apr_pool_t *result_pool) argument
848 svn_client__shelf_apply(svn_client__shelf_version_t *shelf_version, svn_boolean_t dry_run, apr_pool_t *scratch_pool) argument
927 svn_client__shelf_unapply(svn_client__shelf_version_t *shelf_version, svn_boolean_t dry_run, apr_pool_t *scratch_pool) argument
957 svn_client__shelf_delete_newer_versions(svn_client__shelf_t *shelf, svn_client__shelf_version_t *shelf_version, apr_pool_t *scratch_pool) argument
976 svn_client__shelf_diff(svn_client__shelf_version_t *shelf_version, const char *shelf_relpath, svn_depth_t depth, svn_boolean_t ignore_ancestry, const svn_diff_tree_processor_t *diff_processor, apr_pool_t *scratch_pool) argument
1048 svn_client__shelf_version_t *shelf_version; member in struct:shelf_save_notifer_baton_t
1214 svn_client__shelf_version_t *shelf_version; local
1266 svn_client__shelf_version_t *shelf_version; local
[all...]
H A Dshelf2.c168 svn_client__shelf2_version_t *shelf_version local
169 = apr_pcalloc(result_pool, sizeof(*shelf_version));
171 shelf_version->shelf = shelf;
172 shelf_version->version_number = version_number;
173 SVN_ERR(shelf_version_files_dir_abspath(&shelf_version->files_dir_abspath,
176 *new_version_p = shelf_version;
185 svn_client__shelf2_version_t *shelf_version,
191 *abspath = svn_dirent_join(shelf_version->files_dir_abspath, wc_relpath,
201 svn_client__shelf2_version_t *shelf_version,
207 *base_abspath = svn_dirent_join(shelf_version
184 get_metadata_abspath(char **abspath, svn_client__shelf2_version_t *shelf_version, const char *wc_relpath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
200 get_base_file_abspath(char **base_abspath, svn_client__shelf2_version_t *shelf_version, const char *wc_relpath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
216 get_working_file_abspath(char **work_abspath, svn_client__shelf2_version_t *shelf_version, const char *wc_relpath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
232 get_base_props_abspath(char **base_abspath, svn_client__shelf2_version_t *shelf_version, const char *wc_relpath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
248 get_working_props_abspath(char **work_abspath, svn_client__shelf2_version_t *shelf_version, const char *wc_relpath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
572 status_write(svn_client__shelf2_version_t *shelf_version, const char *relpath, const svn_wc_status3_t *status, apr_pool_t *scratch_pool) argument
592 status_read(svn_wc_status3_t **status, svn_client__shelf2_version_t *shelf_version, const char *relpath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
627 svn_client__shelf2_version_t *shelf_version; member in struct:shelf_status_baton_t
667 shelf_status_visit_path(svn_client__shelf2_version_t *shelf_version, const char *wc_relpath, shelf_status_visitor_t walk_func, void *walk_baton, apr_pool_t *scratch_pool) argument
693 shelf_status_walk(svn_client__shelf2_version_t *shelf_version, const char *wc_relpath, shelf_status_visitor_t walk_func, void *walk_baton, apr_pool_t *scratch_pool) argument
720 svn_client__shelf2_version_t *shelf_version; member in struct:wc_status_baton_t
740 svn_client__shelf2_version_status_walk(svn_client__shelf2_version_t *shelf_version, const char *wc_relpath, svn_wc_status_func4_t walk_func, void *walk_baton, apr_pool_t *scratch_pool) argument
763 svn_client__shelf2_version_t *shelf_version; member in struct:write_changes_baton_t
846 write_props_to_shelf(svn_client__shelf2_version_t *shelf_version, const char *wc_relpath, apr_hash_t *base_props, apr_hash_t *work_props, apr_pool_t *scratch_pool) argument
883 read_props_from_shelf(apr_hash_t **base_props, apr_hash_t **work_props, enum svn_wc_status_kind node_status, svn_client__shelf2_version_t *shelf_version, const char *wc_relpath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
931 store_file(const char *from_wc_abspath, const char *wc_relpath, svn_client__shelf2_version_t *shelf_version, const svn_wc_status3_t *status, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
1150 shelf_write_changes(svn_boolean_t *any_shelved, svn_client__shelf2_version_t *shelf_version, const apr_array_header_t *paths, svn_depth_t depth, const apr_array_header_t *changelists, svn_client_status_func_t shelved_func, void *shelved_baton, svn_client_status_func_t not_shelved_func, void *not_shelved_baton, const char *wc_root_abspath, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1325 shelf_paths_changed(apr_hash_t **paths_hash_p, apr_array_header_t **paths_array_p, svn_client__shelf2_version_t *shelf_version, svn_boolean_t as_abspath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1353 svn_client__shelf2_paths_changed(apr_hash_t **affected_paths, svn_client__shelf2_version_t *shelf_version, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1508 svn_client__shelf2_version_t *shelf_version; member in struct:apply_files_baton_t
1646 file_changed(svn_client__shelf2_version_t *shelf_version, const char *relpath, svn_wc_status3_t *s, const svn_diff_tree_processor_t *diff_processor, svn_diff_source_t *left_source, svn_diff_source_t *right_source, const char *left_stored_abspath, const char *right_stored_abspath, void *dir_baton, apr_pool_t *scratch_pool) argument
1689 file_deleted(svn_client__shelf2_version_t *shelf_version, const char *relpath, svn_wc_status3_t *s, const svn_diff_tree_processor_t *diff_processor, svn_diff_source_t *left_source, const char *left_stored_abspath, void *dir_baton, apr_pool_t *scratch_pool) argument
1725 file_added(svn_client__shelf2_version_t *shelf_version, const char *relpath, svn_wc_status3_t *s, const svn_diff_tree_processor_t *diff_processor, svn_diff_source_t *right_source, const char *right_stored_abspath, void *dir_baton, apr_pool_t *scratch_pool) argument
1762 svn_client__shelf2_version_t *shelf_version; member in struct:diff_baton_t
1843 svn_client__shelf2_test_apply_file(svn_boolean_t *conflict_p, svn_client__shelf2_version_t *shelf_version, const char *file_relpath, apr_pool_t *scratch_pool) argument
1863 svn_client__shelf2_apply(svn_client__shelf2_version_t *shelf_version, svn_boolean_t dry_run, apr_pool_t *scratch_pool) argument
1881 svn_client__shelf2_unapply(svn_client__shelf2_version_t *shelf_version, svn_boolean_t dry_run, apr_pool_t *scratch_pool) argument
1903 svn_client__shelf2_delete_newer_versions(svn_client__shelf2_t *shelf, svn_client__shelf2_version_t *shelf_version, apr_pool_t *scratch_pool) argument
1922 svn_client__shelf2_diff(svn_client__shelf2_version_t *shelf_version, const char *shelf_relpath, svn_depth_t depth, svn_boolean_t ignore_ancestry, const svn_diff_tree_processor_t *diff_processor, apr_pool_t *scratch_pool) argument
2064 svn_client__shelf2_version_t *shelf_version; local
2116 svn_client__shelf2_version_t *shelf_version; local
[all...]
H A Dstatus.c351 svn_client__shelf_version_t *shelf_version;
365 SVN_ERR(svn_client__shelf_version_open(&shelf_version,
369 SVN_ERR(svn_client__shelf_version_status_walk(shelf_version, wc_relpath,
349 svn_client__shelf_version_t *shelf_version; local
H A Ddiff.c2363 svn_client__shelf_version_t *shelf_version;
2377 SVN_ERR(svn_client__shelf_version_open(&shelf_version,
2381 SVN_ERR(svn_client__shelf_diff(shelf_version, wc_relpath,
2359 svn_client__shelf_version_t *shelf_version; local
/freebsd-12-stable/contrib/subversion/subversion/include/private/
H A Dsvn_client_shelf.h148 /** Get an editor that, when driven, will store changes in @a shelf_version.
156 svn_client__shelf_version_t *shelf_version,
197 /** Delete all newer versions of @a shelf newer than @a shelf_version.
199 * If @a shelf_version is null, delete all versions of @a shelf. (The
207 * The given @a shelf_version will remain valid.
214 svn_client__shelf_version_t *shelf_version,
217 /** Return in @a shelf_version an existing version of @a shelf, given its
232 /** Return in @a shelf_version the newest version of @a shelf.
234 * Set @a shelf_version to null if no versions exist.
259 /** Apply @a shelf_version t
[all...]
H A Dsvn_client_shelf2.h183 /** Delete all newer versions of @a shelf newer than @a shelf_version.
185 * If @a shelf_version is null, delete all versions of @a shelf. (The
193 * The given @a shelf_version will remain valid.
200 svn_client__shelf2_version_t *shelf_version,
203 /** Return in @a shelf_version an existing version of @a shelf, given its
218 /** Return in @a shelf_version the newest version of @a shelf.
220 * Set @a shelf_version to null if no versions exist.
245 /** Apply @a shelf_version to the WC.
255 svn_client__shelf2_apply(svn_client__shelf2_version_t *shelf_version,
260 * in @a shelf_version t
[all...]
/freebsd-12-stable/contrib/subversion/subversion/svn/
H A Dshelf-cmd.c217 svn_client__shelf_version_t *shelf_version,
227 if (! shelf_version)
232 age_str = friendly_age_str(shelf_version->mtime, time_now, scratch_pool);
241 SVN_ERR(svn_client__shelf_paths_changed(&paths, shelf_version,
287 svn_client__shelf_version_t *shelf_version; local
291 SVN_ERR(svn_client__shelf_get_newest_version(&shelf_version, shelf,
295 else if (!shelf_version)
299 SVN_ERR(stats(shelf, shelf->max_version, shelf_version, time_now,
326 svn_client__shelf_version_t *shelf_version local
329 SVN_ERR(stats(shelf, i + 1, shelf_version, time_no
215 stats(svn_client__shelf_t *shelf, int version, svn_client__shelf_version_t *shelf_version, apr_time_t time_now, svn_boolean_t with_logmsg, apr_pool_t *scratch_pool) argument
587 test_apply(svn_client__shelf_version_t *shelf_version, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
643 svn_client__shelf_version_t *shelf_version; local
717 svn_client__shelf_version_t *shelf_version; local
1040 svn_client__shelf_version_t *shelf_version; local
[all...]
H A Dshelf2-cmd.c217 svn_client__shelf2_version_t *shelf_version,
227 if (! shelf_version)
232 age_str = friendly_age_str(shelf_version->mtime, time_now, scratch_pool);
241 SVN_ERR(svn_client__shelf2_paths_changed(&paths, shelf_version,
287 svn_client__shelf2_version_t *shelf_version; local
291 SVN_ERR(svn_client__shelf2_get_newest_version(&shelf_version, shelf,
295 else if (!shelf_version)
299 SVN_ERR(stats(shelf, shelf->max_version, shelf_version, time_now,
326 svn_client__shelf2_version_t *shelf_version local
329 SVN_ERR(stats(shelf, i + 1, shelf_version, time_no
215 stats(svn_client__shelf2_t *shelf, int version, svn_client__shelf2_version_t *shelf_version, apr_time_t time_now, svn_boolean_t with_logmsg, apr_pool_t *scratch_pool) argument
587 test_apply(svn_client__shelf2_version_t *shelf_version, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
643 svn_client__shelf2_version_t *shelf_version; local
717 svn_client__shelf2_version_t *shelf_version; local
1040 svn_client__shelf2_version_t *shelf_version; local
[all...]

Completed in 311 milliseconds