README.scheduleworld: updated remark about client delete/server update conflict (Bugzilla #4369)

My experiments showed that Synthesis and Funambol both preserve the
updated item, regardless which side has it. Added that to the text.
This commit is contained in:
Patrick Ohly 2009-07-31 09:07:33 +02:00
parent af214d1518
commit a074346e60

View file

@ -1,4 +1,8 @@
ScheduleWorld resolves conflicts where the client deleted an item that
was updated on the server by deleting the item on the server (Bugzilla
#4369). Advice: copy items instead of updating them if they were
deleted elsewhere, otherwise the updated item may get lost later on.
#4369). Other servers always preserve the updated item in an update/delete
conflict, regardless which side has the update.
Advice: always sync before making changes. If it is too late for that,
copy items instead of updating them if they were deleted elsewhere,
otherwise the updated item may get lost later on.