https://bugs.meego.com/show_bug.cgi?id=22327
pohly <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Undecided |Medium Status|NEW |ASSIGNED Target Milestone|--- |1.2 Severity|critical |normal --- Comment #1 from pohly <[email protected]> 2011-08-03 10:18:07 UTC --- Fix for the problem is in master branch, reducing priority. commit 37ab0388400dcb7881058a71123fc735af1f8572 Author: Patrick Ohly <[email protected]> Date: Wed Aug 3 12:14:58 2011 +0200 CalDAV: handle delete<->delete conflict during local sync (BMC #22327) If the same event was deleted both locally and in the CalDAV server, syncing failed with "event not found". It is normal that the Synthesis engine requests the removal of non-existent items. CalDAVSource needs to handle that in removeSubItem() and getSubDescription(). commit 8c7496d6b446b1deb005fed8e277a29aa5b6c717 Author: Patrick Ohly <[email protected]> Date: Wed Aug 3 12:09:14 2011 +0200 SubSyncSource: getSubDescription() and deleteSubItem() must handle non-existent items (part of BMC #22327) As noticed with CalDAV syncing, these two functions must tolerate being called for non-existent items or sub-items. -------- Product: SyncEvolution Component: SyncEvolution MeeGo Release: unspecified Severity: normal Priority: Medium Keywords: Status: ASSIGNED Who: [email protected] Assigned To: [email protected] Target Build: 1.2 Flags: Changed: Priority Status Target Milestone Severity -------- https://bugs.meego.com/show_bug.cgi?id=22327 -- Configure bugmail: https://bugs.meego.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug. _______________________________________________ Syncevolution-issues mailing list [email protected] http://lists.syncevolution.org/listinfo/syncevolution-issues
