Home
last modified time | relevance | path

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

/NextBSD/contrib/subversion/subversion/libsvn_wc/
HDcopy.c761 svn_wc__db_status_t dst_status; in copy_or_move() local
763 err = svn_wc__db_read_info(&dst_status, NULL, NULL, NULL, NULL, NULL, in copy_or_move()
775 switch (dst_status) in copy_or_move()
HDwc_db.c3892 svn_wc__db_status_t dst_status, in cross_db_copy() argument
3920 if (dst_status != svn_wc__db_status_not_present in cross_db_copy()
3921 && dst_status != svn_wc__db_status_excluded in cross_db_copy()
3922 && dst_status != svn_wc__db_status_server_excluded) in cross_db_copy()
3931 iwb.presence = dst_status; in cross_db_copy()
4561 svn_wc__db_status_t dst_status; in db_op_copy() local
4563 err = read_info(&dst_status, NULL, NULL, NULL, NULL, NULL, NULL, in db_op_copy()
4575 else if (dst_status == svn_wc__db_status_deleted) in db_op_copy()