• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/

Lines Matching defs:repos_relpath

67   const char *repos_relpath;
161 const char *repos_relpath;
167 &repos_relpath, &peg_revision, &revision,
183 entry->file_external_path = repos_relpath;
217 const char **repos_relpath,
237 repos_relpath,
302 *repos_relpath = svn_relpath_join(parent_repos_relpath,
406 const char *repos_relpath;
430 &repos_relpath,
522 if (repos_relpath == NULL)
525 NULL, NULL, NULL, &repos_relpath,
642 &repos_relpath,
884 &repos_relpath,
916 SVN_ERR_ASSERT(repos_relpath != NULL
921 if (repos_relpath)
923 repos_relpath,
1534 SVN_ERR_ASSERT(node->op_depth > 0 || node->repos_relpath);
1547 if (present && node->repos_relpath)
1554 if (node->repos_relpath
1560 node->repos_relpath));
1586 if (node->repos_relpath)
1596 if (node->properties && present && node->repos_relpath)
1672 if (parent->repos_relpath && child->repos_relpath)
1675 = svn_relpath_join(parent->repos_relpath,
1679 if (strcmp(unswitched, child->repos_relpath))
1889 working_node->repos_relpath = svn_uri_skip_ancestor(
1896 if (work && work->repos_relpath
1902 name = svn_relpath_skip_ancestor(work->repos_relpath,
1903 working_node->repos_relpath);
1912 else if (work && work->repos_relpath)
1915 working_node->repos_relpath
1916 = svn_relpath_join(work->repos_relpath,
1923 && parent_node->below_work->repos_relpath)
1927 working_node->repos_relpath
1928 = svn_relpath_join(parent_node->below_work->repos_relpath,
1941 && work->repos_relpath
1956 below_working_node->repos_relpath = working_node->local_relpath;
2193 base_node->repos_relpath = svn_uri_skip_ancestor(
2203 base_node->repos_relpath = entry->name;
2205 base_node->repos_relpath =
2265 if (work->repos_relpath)
2266 below_working_node->repos_relpath
2267 = svn_relpath_join(work->repos_relpath,
2271 below_working_node->repos_relpath = NULL;
2297 && working_node->repos_relpath)
2302 below_working_node->repos_relpath = working_node->repos_relpath;
2313 working_node->repos_relpath = NULL;