11 Feb
2002
11 Feb
'02
3:17 p.m.
On Mon, 11 Feb 2002, Romain Slootmaekers wrote:
Each developer has it's own zope server, and the python code for the product is maintained under CVS. the problem we have is that the some of the dtml-methods are written with the Zope management interface and end up in the ZODB.
Why? Why not just have the dtml methods inside the product directories as well?
I'm sure someone else must have faced this problem before...
If you really need them to be in the zodb, you might check out Steve S's CVS Mixin Product, which would allow you to create a CVSable subclass of DTML Methods. --RDM