http://bugzilla.meego.com/show_bug.cgi?id=712
Summary: local sync
Classification: MeeGo Projects
Product: SyncEvolution
Version: unspecified
Platform: Netbook
OS/Version: IA
Status: ASSIGNED
Severity: enhancement
Priority: Medium
Component: SyncEvolution
AssignedTo: syncevolution-bugs(a)meego.bugs
ReportedBy: jingke.zhang(a)intel.com
QAContact: jingke.zhang(a)intel.com
CC: syncevolution-bugs(a)meego.bugs,
syncevolution-default-bugs(a)meego.bugs
Estimated Hours: 0.0
This is from
http://bugzilla.moblin.org/show_bug.cgi?id=8006
Description From pohly 2009-11-13 05:47:31 PST (-) [reply]
"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.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.