http://bugzilla.moblin.org/show_bug.cgi?id=8006
Summary: local sync
Classification: Moblin Projects
Product: SyncEvolution
Version: upstream
Platform: Netbook
OS/Version: Moblin Linux
Status: ASSIGNED
Severity: normal
Priority: P2
Component: *Feature Request
AssignedTo: patrick.ohly(a)intel.com
ReportedBy: patrick.ohly(a)intel.com
CC: syncevolution(a)lists.intel.com
"local sync" means synchronizing two databases on the same host. Right now,
this only works by running a SyncML server session in syncevo-dbus-server and a
SyncML client in the syncevolution command line. This only works while the
command line doesn't use the D-Bus server.
The goal is to run all inside the server, without depending on inter-process
communication.
This issue gathers some of the problems that'll have to be solved for this:
- SyncContext::sync() blocks and prevents running another sync session.
- global data:
logging
SyncContext::findContext()
- FileConfigTree would be instantiated twice and access the same shared
config files without sharing the FileConfigNode instances for them, so
that changes made in one instance could overwrite changes made in another.
--
Configure bugmail:
http://bugzilla.moblin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.