This is a small path to BaseStorage with gives the method copyTransactionsFrom a new keyword argument "reset_tids".
If you use the method once, all tids are reset to the current time.
This means, you don't need the patch zodb-pack-future.patch anymore. I prefere this, because you only need to repair the database once, while other patch need to installed for ever.
Uploaded: BaseStorage_ reset_tids. patch
I had the problem, too. The clock was set to the year 2009 for very short, but now all new tids are from 2009.
Tim Peter suggested, that you can solve the problem by doing copyTransaction sFrom by setting the tid to None. mail.zope. org/pipermail/ zodb-dev/ 2005-September/ 009225. html
a storage.
See bottom of:
http://
This is a small path to BaseStorage with gives the method copyTransaction sFrom a new keyword argument "reset_tids".
If you use the method once, all tids are reset to the current time. future. patch anymore. I prefere this, because you only need to repair the database once, while other patch need to installed for ever.
This means, you don't need the patch zodb-pack-