Home
last modified time | relevance | path

Searched refs:relpath (Results 1 – 25 of 58) sorted by relevance

123

/NextBSD/contrib/subversion/subversion/libsvn_delta/
HDeditor.c112 #define CLEAR_INCOMPLETE(editor, relpath) \ argument
113 svn_hash_sets((editor)->pending_incomplete_children, relpath, NULL);
115 #define MARK_RELPATH(editor, relpath, value) \ argument
117 apr_pstrdup((editor)->state_pool, relpath), value)
119 #define MARK_COMPLETED(editor, relpath) \ argument
120 MARK_RELPATH(editor, relpath, MARKER_DONE)
121 #define SHOULD_NOT_BE_COMPLETED(editor, relpath) \ argument
122 SVN_ERR_ASSERT(svn_hash_gets((editor)->completed_nodes, relpath) == NULL)
124 #define MARK_ALLOW_ADD(editor, relpath) \ argument
125 MARK_RELPATH(editor, relpath, MARKER_ALLOW_ADD)
[all …]
HDcompat.c209 const char *relpath) in locate_change() argument
211 struct change_node *change = svn_hash_gets(eb->changes, relpath); in locate_change()
217 relpath = apr_pstrdup(eb->edit_pool, relpath); in locate_change()
218 APR_ARRAY_PUSH(eb->path_order, const char *) = relpath; in locate_change()
226 svn_hash_sets(eb->changes, relpath, change); in locate_change()
234 const char *relpath, in apply_propedit() argument
241 struct change_node *change = locate_change(eb, relpath); in apply_propedit()
271 relpath, base_revision, in apply_propedit()
552 const char *relpath = map_to_repos_relpath(pb->eb, path, scratch_pool); in ev2_delete_entry() local
553 struct change_node *change = locate_change(pb->eb, relpath); in ev2_delete_entry()
[all …]
/NextBSD/contrib/subversion/subversion/libsvn_diff/
HDdiff_tree.c52 const char *relpath, in default_dir_opened() argument
66 default_dir_added(const char *relpath, in default_dir_added() argument
75 SVN_ERR(processor->dir_closed(relpath, NULL, right_source, in default_dir_added()
83 default_dir_deleted(const char *relpath, in default_dir_deleted() argument
90 SVN_ERR(processor->dir_closed(relpath, left_source, NULL, in default_dir_deleted()
97 default_dir_changed(const char *relpath, in default_dir_changed() argument
107 SVN_ERR(processor->dir_closed(relpath, in default_dir_changed()
115 default_dir_closed(const char *relpath, in default_dir_closed() argument
128 const char *relpath, in default_file_opened() argument
142 default_file_added(const char *relpath, in default_file_added() argument
[all …]
/NextBSD/contrib/subversion/subversion/libsvn_client/
HDmtcc.c121 const char *relpath, in mtcc_op_find() argument
133 assert(svn_relpath_is_canonical(relpath)); in mtcc_op_find()
137 if (SVN_PATH_IS_EMPTY(relpath)) in mtcc_op_find()
147 child = strchr(relpath, '/'); in mtcc_op_find()
151 name = apr_pstrmemdup(scratch_pool, relpath, (child-relpath)); in mtcc_op_find()
155 name = relpath; in mtcc_op_find()
221 const char *relpath, in get_origin() argument
227 if (SVN_PATH_IS_EMPTY(relpath)) in get_origin()
238 child = strchr(relpath, '/'); in get_origin()
241 name = apr_pstrmemdup(scratch_pool, relpath, child-relpath); in get_origin()
[all …]
HDdiff_summarize.c121 const char *relpath, in diff_dir_opened() argument
144 diff_dir_changed(const char *relpath, in diff_dir_changed() argument
156 SVN_ERR(send_summary(b, relpath, svn_client_diff_summarize_kind_normal, in diff_dir_changed()
164 diff_dir_added(const char *relpath, in diff_dir_added() argument
176 SVN_ERR(send_summary(b, relpath, svn_client_diff_summarize_kind_added, in diff_dir_added()
185 diff_dir_deleted(const char *relpath, in diff_dir_deleted() argument
194 SVN_ERR(send_summary(b, relpath, svn_client_diff_summarize_kind_deleted, in diff_dir_deleted()
202 diff_file_added(const char *relpath, in diff_file_added() argument
215 SVN_ERR(send_summary(b, relpath, svn_client_diff_summarize_kind_added, in diff_file_added()
224 diff_file_changed(const char *relpath, in diff_file_changed() argument
[all …]
HDutil.c68 const char *relpath, in svn_client__pathrev_create_with_relpath() argument
71 SVN_ERR_ASSERT_NO_RETURN(svn_relpath_is_canonical(relpath)); in svn_client__pathrev_create_with_relpath()
75 svn_path_url_add_component2(repos_root_url, relpath, result_pool), in svn_client__pathrev_create_with_relpath()
110 const char *relpath, in svn_client__pathrev_join_relpath() argument
115 svn_path_url_add_component2(pathrev->url, relpath, result_pool), in svn_client__pathrev_join_relpath()
192 const char *relpath; in svn_client__wc_node_get_base() local
198 &relpath, in svn_client__wc_node_get_base()
205 if ((*base_p)->repos_root_url && relpath) in svn_client__wc_node_get_base()
208 (*base_p)->repos_root_url, relpath, result_pool); in svn_client__wc_node_get_base()
224 const char *relpath; in svn_client__wc_node_get_origin() local
[all …]
HDdiff_local.c370 const char *relpath; in do_file_diff() local
378 relpath = svn_dirent_skip_ancestor(left_root_abspath, left_abspath); in do_file_diff()
391 relpath, in do_file_diff()
460 SVN_ERR(diff_processor->file_deleted(relpath, in do_file_diff()
470 SVN_ERR(diff_processor->file_added(relpath, in do_file_diff()
495 SVN_ERR(diff_processor->file_changed(relpath, in do_file_diff()
510 SVN_ERR(diff_processor->file_closed(relpath, in do_file_diff()
537 const char *relpath; in do_dir_diff() local
546 relpath = svn_dirent_skip_ancestor(left_root_abspath, left_abspath); in do_dir_diff()
573 relpath, in do_dir_diff()
[all …]
/NextBSD/contrib/subversion/subversion/svn/
HDstatus.c308 const char *relpath; in print_status() local
310 relpath = make_relpath(target_abspath, target_path, in print_status()
313 relpath = svn_dirent_local_style(relpath, pool); in print_status()
317 relpath), in print_status()
322 const char *relpath; in print_status() local
326 relpath = make_relpath(target_abspath, target_path, in print_status()
329 relpath = svn_dirent_local_style(relpath, pool); in print_status()
332 relpath), in print_status()
338 relpath = make_relpath(target_abspath, target_path, in print_status()
341 relpath = svn_dirent_local_style(relpath, pool); in print_status()
[all …]
HDinfo-cmd.c349 const char *relpath; in print_info_xml() local
351 relpath = svn_dirent_skip_ancestor(info->wc_info->wcroot_abspath, in print_info_xml()
355 if (relpath && relpath[0] != '\0') in print_info_xml()
356 svn_cl__xml_tagged_cdata(&sb, pool, "moved-from", relpath); in print_info_xml()
364 const char *relpath; in print_info_xml() local
366 relpath = svn_dirent_skip_ancestor(info->wc_info->wcroot_abspath, in print_info_xml()
369 if (relpath && relpath[0] != '\0') in print_info_xml()
370 svn_cl__xml_tagged_cdata(&sb, pool, "moved-to", relpath); in print_info_xml()
/NextBSD/contrib/subversion/subversion/include/private/
HDsvn_editor.h511 const char *relpath,
522 const char *relpath,
534 const char *relpath,
545 const char *relpath,
555 const char *relpath,
566 const char *relpath,
578 const char *relpath,
589 const char *relpath,
860 const char *relpath,
891 const char *relpath,
[all …]
HDsvn_diff_tree.h159 const char *relpath,
171 (*dir_added)(const char *relpath,
185 (*dir_deleted)(const char *relpath,
198 (*dir_changed)(const char *relpath,
215 (*dir_closed)(const char *relpath,
228 const char *relpath,
239 (*file_added)(const char *relpath,
252 (*file_deleted)(const char *relpath,
262 (*file_changed)(const char *relpath,
277 (*file_closed)(const char *relpath,
[all …]
HDsvn_client_mtcc.h86 svn_client__mtcc_add_add_file(const char *relpath,
113 svn_client__mtcc_add_delete(const char *relpath,
124 svn_client__mtcc_add_mkdir(const char *relpath,
153 svn_client__mtcc_add_propset(const char *relpath,
181 svn_client__mtcc_add_update_file(const char *relpath,
202 const char *relpath,
/NextBSD/contrib/subversion/subversion/libsvn_wc/
HDdiff_editor.c138 const char *relpath; member
194 const char *relpath; member
299 db->relpath = svn_dirent_skip_ancestor(eb->anchor_abspath, db->local_abspath); in make_dir_baton()
300 db->name = svn_dirent_basename(db->relpath, NULL); in make_dir_baton()
340 fb->relpath = svn_dirent_skip_ancestor(eb->anchor_abspath, fb->local_abspath); in make_file_baton()
341 fb->name = svn_dirent_basename(fb->relpath, NULL); in make_file_baton()
378 const char *relpath, in svn_wc__diff_base_working_diff() argument
465 SVN_ERR(processor->file_opened(&file_baton, &skip, relpath, in svn_wc__diff_base_working_diff()
521 SVN_ERR(processor->file_changed(relpath, in svn_wc__diff_base_working_diff()
536 SVN_ERR(processor->file_closed(relpath, in svn_wc__diff_base_working_diff()
[all …]
HDrelocate.c44 const char *relpath, in url_remove_final_relpath() argument
53 SVN_ERR_ASSERT_NO_RETURN(svn_relpath_is_canonical(relpath)); in url_remove_final_relpath()
55 if (relpath[0] == 0) in url_remove_final_relpath()
58 relpath = svn_path_uri_encode(relpath, scratch_pool); in url_remove_final_relpath()
60 relpath_end = relpath + strlen(relpath) - 1; in url_remove_final_relpath()
62 while (relpath_end >= relpath) in url_remove_final_relpath()
HDdiff.h54 const char *relpath,
76 const char *relpath,
94 const char *relpath,
110 const char *relpath,
125 const char *relpath,
HDdiff_local.c61 const char *relpath; member
113 const char *relpath; in ensure_state() local
115 relpath = svn_dirent_skip_ancestor(eb->anchor_abspath, local_abspath); in ensure_state()
116 if (! relpath) in ensure_state()
122 if (*relpath) in ensure_state()
143 ns->relpath = svn_dirent_skip_ancestor(eb->anchor_abspath, ns->local_abspath); in ensure_state()
177 ns->relpath, in ensure_state()
223 SVN_ERR(eb->processor->dir_changed(ns->relpath, in diff_status_callback()
233 SVN_ERR(eb->processor->dir_closed(ns->relpath, in diff_status_callback()
507 SVN_ERR(diff_processor->dir_changed(ns->relpath, in svn_wc__diff7()
[all …]
HDwc_db_update_move.c658 const char *relpath, in tc_editor_add_directory() argument
683 b->wcroot, relpath, in tc_editor_add_directory()
698 local_abspath = svn_dirent_join(b->wcroot->abspath, relpath, scratch_pool); in tc_editor_add_directory()
712 SVN_ERR(create_node_tree_conflict(&conflict, nmb, relpath, in tc_editor_add_directory()
728 SVN_ERR(update_move_list_add(b->wcroot, relpath, b->db, in tc_editor_add_directory()
741 const char *relpath, in tc_editor_add_file() argument
767 b->wcroot, relpath, in tc_editor_add_file()
782 local_abspath = svn_dirent_join(b->wcroot->abspath, relpath, scratch_pool); in tc_editor_add_file()
793 SVN_ERR(create_node_tree_conflict(&conflict, nmb, relpath, in tc_editor_add_file()
808 relpath, in tc_editor_add_file()
[all …]
/NextBSD/contrib/subversion/subversion/libsvn_ra_serf/
HDstat.c54 const char *relpath, in svn_ra_serf__check_path() argument
67 if (relpath) in svn_ra_serf__check_path()
68 url = svn_path_url_add_component2(url, relpath, scratch_pool); in svn_ra_serf__check_path()
285 const char *relpath, in svn_ra_serf__stat() argument
300 if (relpath) in svn_ra_serf__stat()
301 url = svn_path_url_add_component2(url, relpath, pool); in svn_ra_serf__stat()
379 const char *relpath; in get_dir_dirents_cb() local
381 relpath = svn_fspath__skip_ancestor(db->path, path); in get_dir_dirents_cb()
383 if (relpath && relpath[0] != '\0') in get_dir_dirents_cb()
387 relpath = svn_path_uri_decode(relpath, scratch_pool); in get_dir_dirents_cb()
[all …]
HDcommit.c82 const char *relpath; member
99 const char *relpath; member
128 const char *relpath; member
160 const char *relpath; member
369 const char *relpath = svn_relpath_skip_ancestor(c_dir_parent->relpath, in checkout_dir() local
370 dir->relpath); in checkout_dir()
376 relpath, dir->pool); in checkout_dir()
423 const char *relpath, in get_version_url() argument
437 relpath, in get_version_url()
487 *checked_in_url = svn_path_url_add_component2(root_checkout, relpath, in get_version_url()
[all …]
HDinherited_props.c229 const char *relpath; member
249 const char *relpath; in get_iprops_via_more_requests() local
263 relpath = svn_uri_skip_ancestor(session->repos_root_str, url, scratch_pool); in get_iprops_via_more_requests()
266 while (relpath[0] != '\0') in get_iprops_via_more_requests()
270 relpath = svn_relpath_dirname(relpath, scratch_pool); in get_iprops_via_more_requests()
272 rq->relpath = relpath; in get_iprops_via_more_requests()
278 relpath, scratch_pool), in get_iprops_via_more_requests()
343 new_iprop->path_or_url = apr_pstrdup(result_pool, rq->relpath); in get_iprops_via_more_requests()
/NextBSD/contrib/subversion/subversion/include/
HDsvn_dirent_uri.h178 svn_relpath__internal_style(const char *relpath,
323 const char *relpath,
341 svn_relpath_basename(const char *relpath,
354 svn_relpath_dirname(const char *relpath,
366 svn_relpath_prefix(const char *relpath,
492 svn_relpath_canonicalize(const char *relpath,
540 svn_relpath_is_canonical(const char *relpath);
/NextBSD/contrib/subversion/subversion/libsvn_fs/
HDeditor.c65 #define FSPATH(relpath, pool) apr_pstrcat(pool, "/", relpath, SVN_VA_NULL) argument
325 const char *relpath, in add_directory_cb() argument
332 const char *fspath = FSPATH(relpath, scratch_pool); in add_directory_cb()
360 const char *relpath, in add_file_cb() argument
368 const char *fspath = FSPATH(relpath, scratch_pool); in add_file_cb()
396 const char *relpath, in add_symlink_cb() argument
403 const char *fspath = FSPATH(relpath, scratch_pool); in add_symlink_cb()
439 const char *relpath, in add_absent_cb() argument
456 const char *relpath, in alter_directory_cb() argument
463 const char *fspath = FSPATH(relpath, scratch_pool); in alter_directory_cb()
[all …]
/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDdirent_uri.c73 relpath_is_canonical(const char *relpath);
251 relpath_previous_segment(const char *relpath, in relpath_previous_segment() argument
258 while (len > 0 && relpath[len] != '/') in relpath_previous_segment()
904 svn_relpath__internal_style(const char *relpath, in svn_relpath__internal_style() argument
907 return svn_relpath_canonicalize(internal_style(relpath, pool), pool); in svn_relpath__internal_style()
1252 svn_relpath_dirname(const char *relpath, in svn_relpath_dirname() argument
1255 apr_size_t len = strlen(relpath); in svn_relpath_dirname()
1257 assert(relpath_is_canonical(relpath)); in svn_relpath_dirname()
1259 return apr_pstrmemdup(pool, relpath, in svn_relpath_dirname()
1260 relpath_previous_segment(relpath, len)); in svn_relpath_dirname()
[all …]
/NextBSD/contrib/subversion/subversion/svnbench/
HDutil.c85 const char *relpath = NULL; in svn_cl__local_style_skip_ancestor() local
88 relpath = svn_dirent_skip_ancestor(parent_path, path); in svn_cl__local_style_skip_ancestor()
90 return svn_dirent_local_style(relpath ? relpath : path, pool); in svn_cl__local_style_skip_ancestor()
/NextBSD/contrib/subversion/subversion/libsvn_repos/
HDcommit.c1032 const char *relpath,
1042 if (relpath)
1043 fspath = apr_pstrcat(scratch_pool, "/", relpath, SVN_VA_NULL);
1064 const char *relpath, in add_directory_cb() argument
1072 SVN_ERR(svn_editor_add_directory(eb->inner, relpath, children, props, in add_directory_cb()
1081 const char *relpath, in add_file_cb() argument
1090 SVN_ERR(svn_editor_add_file(eb->inner, relpath, checksum, contents, props, in add_file_cb()
1099 const char *relpath, in add_symlink_cb() argument
1107 SVN_ERR(svn_editor_add_symlink(eb->inner, relpath, target, props, in add_symlink_cb()
1116 const char *relpath, in add_absent_cb() argument
[all …]

123