Searched refs:dst_fs_type (Results 1 – 1 of 1) sorted by relevance
549 const char *dst_fs_type; in svn_fs_hotcopy2() local583 SVN_ERR(svn_fs_type(&dst_fs_type, dst_path, scratch_pool)); in svn_fs_hotcopy2()584 if (strcmp(src_fs_type, dst_fs_type) != 0) in svn_fs_hotcopy2()590 src_fs_type, dst_fs_type); in svn_fs_hotcopy2()