Lines Matching refs:inheritable

64  * exception to this is @c SVN_PROP_MERGEINFO with non-inheritable revision
65 * ranges. These non-inheritable ranges apply only to the path which they
79 * @c SVN_MERGEINFO_NONINHERITABLE_STR suffix to signify a non-inheritable
106 range is non-inheritable. */
228 * operands. If two non-inheritable ranges are merged the result is always
229 * non-inheritable, in all other cases the resulting range is inheritable.
365 * @c svn_merge_range_t inheritable field when comparing @a whiteboard's
416 * @a *rangelist is non-inheritable only if the corresponding ranges from
417 * both @a rangelist1 and @a rangelist2 are non-inheritable.
460 /** Remove non-inheritable or inheritable revision ranges from a rangelist.
463 * all non-inheritable @c svn_merge_range_t if @a inheritable is TRUE or
464 * excluding all inheritable @c svn_merge_range_t otherwise.
467 * equal to @a end, then exclude only the (non-inheritable or inheritable)
483 svn_boolean_t inheritable,
487 /** Like svn_rangelist_inheritable2, but always finds inheritable ranges.
500 /** Remove non-inheritable or inheritable revision ranges from mergeinfo.
503 * all non-inheritable @c svn_merge_range_t if @a inheritable is TRUE or
504 * excluding all inheritable @c svn_merge_range_t otherwise.
507 * equal to @a end, then exclude only the (non-inheritable or inheritable)
511 * If @a path is not NULL remove (non-inheritable or inheritable) ranges
529 svn_boolean_t inheritable,
533 /** Like svn_mergeinfo_inheritable2, but always finds inheritable mergeinfo.