[cvs] [Wiki] changed: SyncHowTo
Karsten Fourmont
karsten at horde.org
Tue Oct 4 12:40:42 PDT 2005
karsten Tue, 04 Oct 2005 12:40:42 -0700
Modified page: http://wiki.horde.org/SyncHowTo
New Revision: 1.12
Change log: added FAQ entry: manually create debug xml output
@@ -54,5 +54,12 @@
+++ Syncing of events fails with a log entry like "No sync object found for URI=calendar?dr(-30,90)"
Syncing of date ranges as used by the Synthesis client is not yet supported. Please uncheck the "only from 30 days before until 90 days after today" checkbox.
+
++++ I can't find any *.xml log files in /tmp/sync anymore. They used to be there!
+
+We now use our own wbxml libary in the XML_WBXML package. The wbxml get's directly passed and processed, no xml is produced. To see the xml, you can manually decode it like this:
+<code>
+for a in *.wbxml; do wbxml2xml -m 1 -i 4 -o `basename $a .wbxml`_conv.xml $a; done 2>/dev/null
+</code>
More information about the cvs
mailing list