Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db.c14271 const char *expected_relpath; in db_is_switched() local
14273 expected_relpath = svn_relpath_join(parent_repos_relpath, name, in db_is_switched()
14276 *is_switched = (strcmp(expected_relpath, repos_relpath) != 0); in db_is_switched()