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
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
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'
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
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
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