Re: [ZODB-Dev] Utility to strip version records from storages

2009-08-15 Thread Christian Theune
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/14/2009 09:23 PM, Jim Fulton wrote: I'm working on a utility to strip version records from storages. I plan to release it in a bug fix 3.8 release, probably 3.8.3. It will have some limitations: - It will only convert storages that have

Re: [ZODB-Dev] ZODB 3.8.3b1

2009-08-15 Thread Jim Fulton
On Sat, Aug 15, 2009 at 8:04 AM, Chris Withersch...@simplistix.co.uk wrote: Jim Fulton wrote: It would be great if people who have databases with version data would try the utility out. Where's tfm for the utility? :-) Use the -h option. There really isn't much to it. (There's also a

Re: [ZODB-Dev] ZODB 3.8.3b1

2009-08-15 Thread Chris Withers
Jim Fulton wrote: On Sat, Aug 15, 2009 at 8:04 AM, Chris Withersch...@simplistix.co.uk wrote: Jim Fulton wrote: It would be great if people who have databases with version data would try the utility out. Where's tfm for the utility? :-) Use the -h option. There really isn't much to it.

Re: [ZODB-Dev] Utility to strip version records from storages

2009-08-15 Thread Jim Fulton
On Sat, Aug 15, 2009 at 4:33 AM, Christian Theunec...@gocept.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/14/2009 09:23 PM, Jim Fulton wrote: I'm working on a utility to strip version records from storages.  I plan to release it in a bug fix 3.8 release, probably 3.8.3.

Re: [ZODB-Dev] ZODB 3.8.3b1

2009-08-15 Thread Chris Withers
Jim Fulton wrote: If you install ZODB3 3.8.3b1 normally, you'll get a strip_versions script in your bin directory. I'm not familar with the Zope 2 buildout or whether you can use ZODB 3.8 with Zope 2.12. Hmm, okay, I'll play it safe then... If I have a normal source install of Zope 2.9.10,

Re: [ZODB-Dev] ZODB 3.8.3b1

2009-08-15 Thread Jim Fulton
On Sat, Aug 15, 2009 at 8:41 AM, Chris Withersch...@simplistix.co.uk wrote: Jim Fulton wrote: If you install ZODB3 3.8.3b1 normally, you'll get a strip_versions script in your bin directory. I'm not familar with the Zope 2 buildout or whether you can use ZODB 3.8 with Zope 2.12. Hmm, okay,

Re: [ZODB-Dev] ZODB 3.8.3b1

2009-08-15 Thread Chris Withers
Jim Fulton wrote: $ bin/strip_versions -h usage: strip_versions input output Remove version records by copying input to output, stripping any version records seen in input. The input and output arguments are file-storage file names. If the -c option is used, then the input and output

Re: [ZODB-Dev] ZODB 3.8.3b1

2009-08-15 Thread Jim Fulton
On Sat, Aug 15, 2009 at 11:19 AM, Chris Withersch...@simplistix.co.uk wrote: Jim Fulton wrote: $ bin/strip_versions -h usage: strip_versions input output Remove version records by copying input to output, stripping any version records seen in input. The input and output arguments are