Lines Matching refs:operation

155   /* Represents the operation performed on the property. It can be added,
158 svn_diff_operation_kind_t operation;
235 /* The operation on the target as set in the patch file */
236 svn_diff_operation_kind_t operation;
741 * at LOCAL_ABSPATH. OPERATION indicates the operation performed on the
749 svn_diff_operation_kind_t operation,
770 new_prop_target->operation = operation;
979 if (patch->operation == svn_diff_op_moved)
1045 target->operation = patch->operation;
1047 if (patch->operation == svn_diff_op_added /* Allow replacing */
1048 || patch->operation == svn_diff_op_moved)
1052 else if (patch->operation == svn_diff_op_unchanged
1076 /* ### Is it ok to set the operation of the target already here? Isn't
1077 * ### the target supposed to be marked with an operation after we have
1082 if (patch->operation == svn_diff_op_added)
1084 else if (patch->operation == svn_diff_op_deleted)
1086 else if (patch->operation == svn_diff_op_moved)
1162 target->operation = svn_diff_op_modified;
1266 prop_patch->operation,
1277 svn_diff_operation_kind_t operation;
1280 operation = svn_diff_op_added;
1285 operation = svn_diff_op_deleted;
1287 operation = svn_diff_op_unchanged;
1290 operation = svn_diff_op_unchanged;
1292 if (operation != svn_diff_op_unchanged)
1299 if (prop_target && operation != prop_target->operation)
1312 operation,
1324 svn_diff_operation_kind_t operation;
1327 operation = svn_diff_op_added;
1332 operation = svn_diff_op_deleted;
1334 operation = svn_diff_op_unchanged;
1337 operation = svn_diff_op_unchanged;
1339 if (operation != svn_diff_op_unchanged)
1345 if (prop_target && operation != prop_target->operation)
1358 operation,
1371 && target->operation == svn_diff_op_unchanged)
1394 if (prop_patch->operation != svn_diff_op_added)
1409 && target->operation == svn_diff_op_unchanged)
1889 * ### we have the diff operation available we can just check for adds. */
1941 && (target->operation == svn_diff_op_unchanged
1942 || target->operation == svn_diff_op_deleted))
2450 if ((prop_target->operation != svn_diff_op_added &&
2451 prop_target->operation != svn_diff_op_deleted)
2759 target->is_special = (prop_patch->operation != svn_diff_op_deleted);
2886 if (prop_target->operation == svn_diff_op_deleted)
3285 * the move source should be one atomic operation. */
3402 if (prop_target->operation == svn_diff_op_deleted)