Hello! While upgrading to 2.1b from 2.0.1, I found that version information was lost. I exported my work folders, shutdown old Zope, start 2.1b, imported .zexp files... and all my objects look as if there is no versions at all (although Version objects are there). I tried reexport objects after joining to a version, but without any luck - generated .zexp files are bit-to-bit exactly the same. Is it known problem? or may be it is feature (I cannot believe)? Oleg. ---- Oleg Broytmann Foundation for Effective Policies phd@phd.russ.ru Programmers don't die, they just GOSUB without RETURN.
At 15:37 08/11/99 , Oleg Broytmann wrote:
Hello!
While upgrading to 2.1b from 2.0.1, I found that version information was lost. I exported my work folders, shutdown old Zope, start 2.1b, imported .zexp files... and all my objects look as if there is no versions at all (although Version objects are there). I tried reexport objects after joining to a version, but without any luck - generated .zexp files are bit-to-bit exactly the same. Is it known problem? or may be it is feature (I cannot believe)?
Exports only export the current version, no previous transactions are included. -- Martijn Pieters, Web Developer | Antraciet http://www.antraciet.nl | Tel: +31-35-7502100 Fax: +31-35-7502111 | mailto:mj@antraciet.nl http://www.antraciet.nl/~mj | PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149 ------------------------------------------
On Mon, 8 Nov 1999, Martijn Pieters wrote:
Exports only export the current version, no previous transactions are included.
Aha, Versions use transactions machinery? Ok, good to know. Any way (simple or not so simple) to export/import information I need? Save all versions, export, import and edit back? Oleg. ---- Oleg Broytmann Foundation for Effective Policies phd@phd.russ.ru Programmers don't die, they just GOSUB without RETURN.
At 16:41 08/11/99 , Oleg Broytmann wrote:
On Mon, 8 Nov 1999, Martijn Pieters wrote:
Exports only export the current version, no previous transactions are included.
Aha, Versions use transactions machinery? Ok, good to know.
Any way (simple or not so simple) to export/import information I need? Save all versions, export, import and edit back?
Just copy over the Data.fs file from your old installation to your new. -- Martijn Pieters, Web Developer | Antraciet http://www.antraciet.nl | Tel: +31-35-7502100 Fax: +31-35-7502111 | mailto:mj@antraciet.nl http://www.antraciet.nl/~mj | PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149 ------------------------------------------
On Mon, 8 Nov 1999, Martijn Pieters wrote:
Just copy over the Data.fs file from your old installation to your new.
Ok, sounds reasonable. Thanks. There are some changes in Products list. How can I avois problems with old Data.fs under new Zope installation? Should I delete some products in old installation before copying Data.fs? Oleg. ---- Oleg Broytmann Foundation for Effective Policies phd@phd.russ.ru Programmers don't die, they just GOSUB without RETURN.
Oleg Broytmann wrote:
On Mon, 8 Nov 1999, Martijn Pieters wrote:
Exports only export the current version, no previous transactions are included.
Aha, Versions use transactions machinery? Ok, good to know.
Versions are, in fact, long running transactions. -Michel
participants (3)
-
Martijn Pieters -
Michel Pelletier -
Oleg Broytmann