Home
last modified time | relevance | path

Searched refs:new_repos_relpath (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/subversion/subversion/libsvn_wc/
HDupdate_editor.c301 const char *new_repos_relpath; member
495 calculate_repos_relpath(const char **new_repos_relpath, in calculate_repos_relpath() argument
517 *new_repos_relpath = eb->switch_repos_relpath; in calculate_repos_relpath()
524 *new_repos_relpath = apr_pstrdup(result_pool, old_repos_relpath); in calculate_repos_relpath()
538 *new_repos_relpath = eb->switch_repos_relpath; in calculate_repos_relpath()
540 *new_repos_relpath = svn_relpath_join(pb->new_repos_relpath, name, in calculate_repos_relpath()
551 *new_repos_relpath = svn_relpath_join(pb->new_repos_relpath, name, in calculate_repos_relpath()
556 *new_repos_relpath = apr_pstrdup(result_pool, old_repos_relpath); in calculate_repos_relpath()
697 const char *new_repos_relpath; member
825 const char *new_repos_relpath, in complete_conflict() argument
[all …]
HDexternals.c468 const char *new_repos_relpath; member
918 eb->new_repos_relpath, in close_file()
936 eb->new_repos_relpath, in close_file()
1022 eb->new_repos_relpath, in close_edit()
1080 eb->new_repos_relpath = svn_uri_skip_ancestor(eb->repos_root_url, url, edit_pool); in svn_wc__get_file_external_editor()
1081 eb->old_repos_relpath = eb->new_repos_relpath; in svn_wc__get_file_external_editor()
HDwc_db_update_move.c364 const char *new_repos_relpath in create_tree_conflict() local
370 if (!new_repos_relpath) in create_tree_conflict()
376 new_repos_relpath = svn_relpath_join(new_version->path_in_repos, in create_tree_conflict()
458 new_repos_relpath, new_version->peg_rev, in create_tree_conflict()
1893 const char *new_repos_relpath; in bump_mark_tree_conflict() local
1907 &new_repos_relpath, &repos_id, in bump_mark_tree_conflict()
1941 new_repos_relpath = svn_relpath_join(new_repos_relpath, rpath, in bump_mark_tree_conflict()
1949 repos_root_url, repos_uuid, new_repos_relpath, new_rev, in bump_mark_tree_conflict()
HDwc_db.h2574 const char *new_repos_relpath,
2629 const char *new_repos_relpath,
3189 const char *new_repos_relpath,
HDwc_db.c11623 const char *new_repos_relpath; in moved_descendant_commit() local
11632 new_repos_relpath = svn_relpath_join( in moved_descendant_commit()
11642 new_repos_relpath, in moved_descendant_commit()
11656 repos_id, new_repos_relpath, revision, in moved_descendant_commit()
12062 const char *new_repos_relpath, in svn_wc__db_global_update() argument
12084 SVN_ERR_ASSERT(svn_relpath_is_canonical(new_repos_relpath)); in svn_wc__db_global_update()
12104 new_repos_relpath, new_revision, new_props, in svn_wc__db_global_update()
12202 const char *new_repos_relpath, in bump_node_revision() argument
12219 if (new_repos_relpath != NULL in bump_node_revision()
12220 && strcmp(node_repos_relpath, new_repos_relpath)) in bump_node_revision()
[all …]