Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/subversion/subversion/libsvn_client/
H A Dcommit_util.c426 baton.commit_relpath = copy_mode_relpath; in harvest_committables()
470 SVN_ERR_ASSERT(commit_relpath != NULL); in harvest_not_present_for_copy()
571 const char *commit_relpath = NULL; in harvest_status_callback() local
581 if (baton->commit_relpath) in harvest_status_callback()
582 commit_relpath = svn_relpath_join( in harvest_status_callback()
583 baton->commit_relpath, in harvest_status_callback()
588 copy_mode = (commit_relpath != NULL); in harvest_status_callback()
636 SVN_ERR_ASSERT((copy_mode && commit_relpath) in harvest_status_callback()
867 ? commit_relpath in harvest_status_callback()
1309 const char *commit_relpath; in harvest_copy_committables() local
[all …]