Bug 52690 - ad-hoc synchronization
Summary: ad-hoc synchronization
Status: RESOLVED MOVED
Alias: None
Product: SyncEvolution
Classification: Unclassified
Component: SyncEvolution (show other bugs)
Version: unspecified
Hardware: All All
: medium enhancement
Assignee: SyncEvolution Community
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-26 11:17 UTC by Patrick Ohly
Modified: 2018-10-13 12:43 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Patrick Ohly 2012-07-29 18:36:00 UTC


---- Reported by patrick.ohly@intel.com 2011-10-26 11:17:47 +0000 ----

The goal is to have two devices exchange data with little to no configuration.

Problems which need to be solved first:
* message transport
* authentication
* deciding which databases are to be synchronized against each other

This is all a bit outside of the core SyncEvolution. Improvements which are necessary inside SyncEvolution:
* avoid creating duplicates when there is a loop in the topology ("phone <-> laptop, laptop <-> server, phone <-> server" is bad because a new item created on the phone will go to the laptop, from there to the server and then come back as new item to the phone, resulting in a duplicate which then repeats the process ad infinitum)
* better slow sync

Concrete steps:

"ad-hoc synchronization between SyncEvolution instances":

* Teach Evolution Data Server to create and preserve a unique ID for contacts (the vCard 3.0 UID gets overwritten at the moment).
* Improve the SyncEvolution<->SyncEvolution sync such that
 * it uses the unique ID to speed up sync between peers which sync against each other for the first time and
 * checks the ID to find duplicates in following syncs.

"ad-hoc synchronization between arbitrary peers":

* Do the duplicate detection based on item content for each add request.



--- Bug imported by patrick.ohly@gmx.de 2012-07-29 20:36 UTC  ---

This bug was previously known as _bug_ 23760 at https://bugs.meego.com/show_bug.cgi?id=23760
Comment 1 GitLab Migration User 2018-10-13 12:43:58 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/SyncEvolution/syncevolution/issues/118.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.