|
From: Daniel G. <dg...@su...> - 2008-03-21 11:58:16
|
On Wednesday 05 March 2008 21:56:27 Gunter Ohrner wrote: > However, if I immediately run a second slow-sync, I get tons of the > following conflicts - in fact, I have the impression that every single > entry synced causes a "phantom conflict" because of "phantom changes" - > changes which in reality just do not exist. The "phantom conflicts" are bugs in the format plugins. The converters of those plugin don't convert the data correctly. The conflict got risen because of: | <DateStarted> | <Content>20070110</Content> | <Value>DATE</Value> | </DateStarted> ---- | <DateStarted> | <Content>20070110T000000</Content> | </DateStarted> In 0.22 we tried to workaround this with different hacks, without success. I hope with 0.40 we get rid of those timestamp issues with declaring a strict format, which avoids this kind of ambiguity. Please, bear with us for a while until 0.40 is out... best regards, Daniel |