25 Jan
2005
25 Jan
'05
6:54 p.m.
Pascal Peregrina wrote at 2005-1-24 21:21 +0100:
... Inside one Zope instance, I have 2 folders, representing a live site and a development site. ... I was thinking about a recursive function that would follow the development site folders structure, and on each folder, compare contents with live content, using comparison methods by meta type.
You can look at "bobobase_modification_time()" (time of the last write to the ZODB) to shortcut the comparison for atomic (!) objects. -- Dieter