Couldn't you use something like DAVfs to couple your ZODB to CVS? Not sure what the issues would be for this, but it seems workable. http://freshmeat.net/projects/davfs/ -- Lesh On Mon, 11 Feb 2002, R. David Murray wrote:
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