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

/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db.c2677 const char *last_repos_root_url = NULL; local
2716 err = svn_wc__db_fetch_repos_info(&last_repos_root_url, NULL,
2728 info->repos_root_url = last_repos_root_url;
9289 const char *last_repos_root_url = NULL; local
9361 last_repos_root_url = repos_root_url;
9384 child_relpath, repos_root_url, last_repos_root_url);
15785 const char *last_repos_root_url = NULL; local
15811 svn_error_t *err = svn_wc__db_fetch_repos_info(&last_repos_root_url,
15826 SVN_ERR_ASSERT(last_repos_root_url != NULL);
15828 svn_path_url_add_component2(last_repos_root_url,
[all...]

Completed in 125 milliseconds