Re: [ZODB-Dev] missing doc files: patch for ZODB trunk setup.py

2007-03-06 Thread Baiju M
Jim Fulton wrote: On Mar 6, 2007, at 5:34 AM, Baiju M wrote: Hi, Few doc files (*.txt) are missing when creating a source or binary distribution in trunk (3.8?). What files are missing? The source distributions I've made, including: http://download.zope.org/distribution/ZODB3-3.8.0a

Re: [ZODB-Dev] missing doc files: patch for ZODB trunk setup.py

2007-03-06 Thread Baiju M
Jim Fulton wrote: On Mar 6, 2007, at 5:34 AM, Baiju M wrote: Hi, Few doc files (*.txt) are missing when creating a source or binary distribution in trunk (3.8?). What files are missing? The source distributions I've made, including: http://download.zope.org/distribution/ZODB3-3.8.0a1

Re: Re[2]: [ZODB-Dev] ZODB load/save tracing

2007-03-06 Thread Dieter Maurer
Jim Fulton wrote at 2007-2-25 08:21 -0600: >It might also be nice to have this generate events. That is, the >tracing storage should call zope.event.notify. > >I intent in 3.8 or 3.9 to start having ZODB depend on zope.event. We >really should have used events rather than adding the callback'

Re: [ZODB-Dev] missing doc files: patch for ZODB trunk setup.py

2007-03-06 Thread Jim Fulton
On Mar 6, 2007, at 5:34 AM, Baiju M wrote: Hi, Few doc files (*.txt) are missing when creating a source or binary distribution in trunk (3.8?). What files are missing? The source distributions I've made, including: http://download.zope.org/distribution/ZODB3-3.8.0a1.dev-r72813.tar.gz a

Re[4]: [ZODB-Dev] ZODB load/save tracing

2007-03-06 Thread Adam Groszer
Hello Win, I think you'll have to write a script. Have a look at http://svn.zope.org/z3c.zodbbrowser/sandbox/src/z3c/zodbbrowser/ From plugin_fs.py you can extract how to open the ZODB without zope. You can then traverse (access the properties) of the root and object thereunder. Matching an OODB

[ZODB-Dev] missing doc files: patch for ZODB trunk setup.py

2007-03-06 Thread Baiju M
Hi, Few doc files (*.txt) are missing when creating a source or binary distribution in trunk (3.8?). Here is a patch to fix this issue: Index: setup.py === --- setup.py(revision 72997) +++ setup.py(working copy) @@ -193,11