conflict_exclude_rules

Set Option: Model object attribute

This attribute will cause the new conflicts to be excluded, depending on attribute values of the conflicting objects. These syntaxes are supported:

Syntax
Description
attrname=attrvalue
Excludes any conflict where the attrname object attribute value matches attrvalue.
attrname!=attrvalue
Excludes any conflicts where the attrname object attribute value does not match attrvalue.
EXISTS(attrname)
Excludes any conflicts where the object has an attribute named attrname.
NOT_EXISTS(attrname)
Excludes any conflicts where the object does not have an attribute named attrname.
MATCHING(attrname)
Excludes any conflicts where the attrname object attribute value matches that of the project.
NOT_MATCHING(attrname)
Excludes any conflicts where the attrname object attribute value does not match that of the self version.

The default value of conflict_exclude_rules is unset.

Additional Information:

For information about how to set model attribute options, see Setting model object attribute options.


Feedback