Simple conflict resolvers for DAV bi-directional replication can be generated by calling this function.
resource with maximum mtime wins (most recent resource)
resource with minimum mtime wins
resource with maximum ctime wins
resource with minimum ctime wins
backup of resource that lost conflict resolution will be performed, conflict resolution will continue
owner of resource will be notified if his resource lost conflict resolution
publisher always wins
subscriber always wins
None.
A conflict resolver that chooses a resource with minimal creation time can be defined with the following statement:
REPL_ADD_DAV_CR('/DAV/regress', 'min_ctime', 100, 'min_ctime');