Configuring ZSyncer

How to sync

The sync web page shows the difference between a development Zope and one or more other Zopes. It does this by comparing the date stamps on the objects in Zope.

Syncable types:

Notes

If you sync a folder, it will sync all the items in that folder.

Versions are respected; if you have made changes in a version they will not be synced until committed. (But of course Versions are evil and you should use them with care.)

If you change an object in a folder, that folder does not become out of date. However if you add or delete objects the immediate parent folder becomes out of date. This is due to the way Folders are implemented in the ZODB.