<div class="gmail_quote">On Thu, Mar 22, 2012 at 5:29 AM, Vincent Pelletier <span dir="ltr">&lt;<a href="mailto:vincent@nexedi.com">vincent@nexedi.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Le Wed, 21 Mar 2012 21:04:20 -0400,<br>
Claudiu Saftoiu &lt;<a href="mailto:csaftoiu@gmail.com">csaftoiu@gmail.com</a>&gt; a écrit :<br>
<div class="im">&gt; I definitely want to keep the latest update.<br>
<br>
</div>Then, if the change alters just one persistent object, you can write a<br>
conflict resolution method on the class of that object<br>
(_p_resolveConflict). Note, through, that this only means you will keep<br>
the latest in commit order, not in transaction-begin order.<br></blockquote><div><br></div><div>Ahh, now that looks promising. Are there any particularly good places to</div><div>get documentation on that sort of thing? All I see when I google are mailing</div>
<div>list archives. </div><div><br></div><div>Also: is there any easier way to see which objects had a conflict when a</div><div>ConflictError is raised? Currently I am doing a binary-search via commenting</div><div>code, but I figure there must be a better way...</div>
<div><br></div><div>Thanks,</div><div>- Claudiu</div></div>