Searched refs:target_relpath (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/subversion/subversion/libsvn_client/ |
| H A D | delete.c | 394 const char *target_relpath; in delete_urls_multi_repos() local 396 svn_uri_split(&base_uri, &target_relpath, base_uri, iterpool); in delete_urls_multi_repos() 397 APR_ARRAY_PUSH(target_relpaths, const char *) = target_relpath; in delete_urls_multi_repos() 403 const char *target_relpath; in delete_urls_multi_repos() local 405 svn_uri_split(&base_uri, &target_relpath, base_uri, iterpool); in delete_urls_multi_repos() 406 APR_ARRAY_IDX(target_relpaths, 0, const char *) = target_relpath; in delete_urls_multi_repos()
|
| H A D | commit.c | 296 const char *target_relpath = APR_ARRAY_IDX(target_relpaths, i, in determine_lock_targets() local 300 target_abspath = svn_dirent_join(base_abspath, target_relpath, in determine_lock_targets()
|
| H A D | merge.c | 6932 const char *target_relpath, in get_log() argument 6944 APR_ARRAY_PUSH(log_targets, const char *) = target_relpath; in get_log() 7631 const char *target_relpath = ""; /* relative to root of merge */ in do_file_merge() local 7726 SVN_ERR(processor->file_opened(&file_baton, &skip, target_relpath, in do_file_merge() 7734 SVN_ERR(processor->file_deleted(target_relpath, in do_file_merge() 7745 SVN_ERR(processor->file_opened(&file_baton, &skip, target_relpath, in do_file_merge() 7753 SVN_ERR(processor->file_added(target_relpath, in do_file_merge() 7776 SVN_ERR(processor->file_opened(&file_baton, &skip, target_relpath, in do_file_merge() 7784 SVN_ERR(processor->file_changed(target_relpath, in do_file_merge()
|
| /freebsd-13.1/contrib/subversion/subversion/svn/ |
| H A D | shelf2-cmd.c | 1026 char *target_relpath = APR_ARRAY_IDX(target_relpaths, i, char *); in shelf_list_by_paths() local 1028 if (svn_path_is_url(target_relpath)) in shelf_list_by_paths() 1030 _("'%s' is not a local path"), target_relpath); in shelf_list_by_paths() 1031 SVN_ERR_ASSERT(svn_relpath_is_canonical(target_relpath)); in shelf_list_by_paths() 1056 char *target_relpath = APR_ARRAY_IDX(target_relpaths, j, char *); in shelf_list_by_paths() local 1064 if (svn_relpath_skip_ancestor(target_relpath, shelf_path)) in shelf_list_by_paths()
|
| H A D | shelf-cmd.c | 1026 char *target_relpath = APR_ARRAY_IDX(target_relpaths, i, char *); in shelf_list_by_paths() local 1028 if (svn_path_is_url(target_relpath)) in shelf_list_by_paths() 1030 _("'%s' is not a local path"), target_relpath); in shelf_list_by_paths() 1031 SVN_ERR_ASSERT(svn_relpath_is_canonical(target_relpath)); in shelf_list_by_paths() 1056 char *target_relpath = APR_ARRAY_IDX(target_relpaths, j, char *); in shelf_list_by_paths() local 1064 if (svn_relpath_skip_ancestor(target_relpath, shelf_path)) in shelf_list_by_paths()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_wc/ |
| H A D | wc_db.c | 8552 const char *target_relpath = APR_ARRAY_IDX(odmb->rel_targets, i, in op_delete_many_txn() local 8557 SVN_ERR(delete_node(&odb, wcroot, target_relpath, iterpool)); in op_delete_many_txn()
|